CN106528088A - Method and device for addling control in online form - Google Patents
Method and device for addling control in online form Download PDFInfo
- Publication number
- CN106528088A CN106528088A CN201610891338.XA CN201610891338A CN106528088A CN 106528088 A CN106528088 A CN 106528088A CN 201610891338 A CN201610891338 A CN 201610891338A CN 106528088 A CN106528088 A CN 106528088A
- Authority
- CN
- China
- Prior art keywords
- control
- filled
- cell
- filling
- type
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Pending
Links
- 238000000034 method Methods 0.000 title claims abstract description 30
- 238000010586 diagram Methods 0.000 description 5
- 238000013461 design Methods 0.000 description 3
- 230000006870 function Effects 0.000 description 3
- 230000008569 process Effects 0.000 description 3
- 238000012986 modification Methods 0.000 description 2
- 230000004048 modification Effects 0.000 description 2
- 238000012795 verification Methods 0.000 description 2
- 230000000007 visual effect Effects 0.000 description 2
- 230000004075 alteration Effects 0.000 description 1
- 230000008859 change Effects 0.000 description 1
- 238000005516 engineering process Methods 0.000 description 1
- 230000003287 optical effect Effects 0.000 description 1
- 238000012545 processing Methods 0.000 description 1
- 238000006467 substitution reaction Methods 0.000 description 1
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F8/00—Arrangements for software engineering
- G06F8/30—Creation or generation of source code
- G06F8/33—Intelligent editors
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F8/00—Arrangements for software engineering
- G06F8/30—Creation or generation of source code
- G06F8/38—Creation or generation of source code for implementing user interfaces
Landscapes
- Engineering & Computer Science (AREA)
- Software Systems (AREA)
- General Engineering & Computer Science (AREA)
- Theoretical Computer Science (AREA)
- Physics & Mathematics (AREA)
- General Physics & Mathematics (AREA)
- Human Computer Interaction (AREA)
- Stored Programmes (AREA)
Abstract
The invention provides a method and device for adding a control in an online form. The method for adding the control in the online form includes: acquiring the control type of the control to be added, and acquiring a control template corresponding to the control type; acquiring control attribute content of the control to be added; generating the control to be added according to the control template and the control attribute content; and adding the control to be added in the online form. The method can add the control in the online form according to the demand of a user, the user does not have to possess a programming basis, and the working load of the user can be reduced.
Description
Technical Field
The present application relates to the field of computer technologies, and in particular, to a method and an apparatus for filling a control in an online form.
Background
The online form refers to a specific application form that a user can submit information to a server through a browser, such as user registration, online exercise, online questionnaire and the like. The online form can be divided into an online streaming form and an online standard form, the standard form refers to a form in which a content part and a form style part (for example, styles such as merging cells and splitting cells) need to be recorded simultaneously, and the online streaming form is different from the streaming form in that only the content part needs to be recorded. Such forms are commonly found in business processes such as e-government offices, financial statements, and the like. The drawing of the online system form is divided into two parts of style drawing and control drawing. Style drawing may be accomplished by copying content from Word or Excel and pasting it into a form designer.
The current control drawing operation is realized in a code programming or visual coding mode. The former requires the form designer to change the code on the form style that has been pasted; the latter then requires the user to perform a "drag add-set property" operation on each input field.
However, the existing drawing operation of the control has certain problems, for example, the technical threshold is higher for users by adding the control to the form in a form designer in a coding mode, and the original cost of the form designer is that the available form is expected to be designed in a zero coding mode, so that the drawing operation is not the mainstream drawing mode of the form control; through the visual implementation, when a very complex form is faced, the design of the form based on a form designer is often huge in workload.
Disclosure of Invention
The present application is directed to solving, at least to some extent, one of the technical problems in the related art.
Therefore, an object of the present application is to provide a method for filling a control in an online form, which does not require a user to have a programming basis when the user needs to fill the control in the online form, and can reduce the workload of the user.
Another object of the present application is to provide an apparatus for filling controls in an online form.
In order to achieve the above object, an embodiment of the present application in a first aspect provides a method for filling a control in an online form, including: identifying the control type of a control to be filled, and acquiring a control template corresponding to the control type; acquiring control attribute content of the control to be filled; generating the control to be filled according to the control template and the control attribute content; and filling the control to be filled into the online form.
According to the method for filling the controls in the online form, which is provided by the embodiment of the first aspect of the application, the controls to be filled are identified, the control template is obtained according to the controls, the control attribute content is obtained, the controls to be filled are generated according to the control template and the control attribute content, the controls to be filled can be automatically generated, and then the automatically generated controls can be filled in the online form, so that when a user needs to fill the controls in the online form, the user does not need to have a programming basis, and the workload of the user can be reduced.
In order to achieve the above object, an apparatus for filling controls in an online form according to an embodiment of the second aspect of the present application includes: the first acquisition module is used for identifying the control type of the control to be filled and acquiring a control template corresponding to the control type; the second acquisition module is used for acquiring the control attribute content of the control to be filled; the generating module is used for generating the control to be filled according to the control template and the control attribute content; and the filling module is used for filling the control to be filled into the online form.
According to the device for filling the controls in the online form, which is provided by the embodiment of the second aspect of the application, the control type of the controls to be filled is identified, the control template is obtained according to the control type, the control attribute content is obtained, the controls to be filled are generated according to the control template and the control attribute content, the controls to be filled can be automatically generated, and then the automatically generated controls can be filled in the online form, so that when the users need to fill the controls in the online form, the users do not need to have a programming basis, and the workload of the users can be reduced.
Additional aspects and advantages of the present application will be set forth in part in the description which follows and, in part, will be obvious from the description, or may be learned by practice of the present application.
Drawings
The foregoing and/or additional aspects and advantages of the present application will become apparent and readily appreciated from the following description of the embodiments, taken in conjunction with the accompanying drawings of which:
FIG. 1 is a flow diagram illustrating a method for filling a control in an online form according to an embodiment of the present application;
FIG. 2 is a flowchart illustrating a method for filling a control in an online form according to another embodiment of the present application;
FIG. 3 is a schematic diagram of a rule base in an embodiment of the present application;
FIG. 4 is a schematic structural diagram of an apparatus for filling controls in an online form according to an embodiment of the present application;
fig. 5 is a schematic structural diagram of an apparatus for filling a control in an online form according to another embodiment of the present application.
Detailed Description
Reference will now be made in detail to embodiments of the present application, examples of which are illustrated in the accompanying drawings, wherein like or similar reference numerals refer to the same or similar modules or modules having the same or similar functionality throughout. The embodiments described below with reference to the drawings are exemplary only for the purpose of explaining the present application and are not to be construed as limiting the present application. On the contrary, the embodiments of the application include all changes, modifications and equivalents coming within the spirit and terms of the claims appended hereto.
Fig. 1 is a flowchart illustrating a method for filling a control in an online form according to an embodiment of the present application.
The online form may be divided into an online streaming form and an online standard form, and this embodiment may be specifically applied to the online standard form, and certainly, the application in the online streaming form is not excluded.
As shown in fig. 1, the method of the present embodiment includes:
s11: identifying the control type of the control to be filled, and acquiring a control template corresponding to the control type.
The control type of the control to be filled can be automatically identified according to the existing information in the online form.
Specifically, the relevant information of the cell corresponding to the control to be filled can be extracted from the existing information, and then the control type of the control to be filled is identified according to the extracted relevant information and a pre-established rule base.
The cell corresponding to the control to be filled is the cell to be filled by the control to be filled, for example, a control a needs to be filled in the first cell, and when the control to be filled is the control a, the cell corresponding to the control a is the first cell.
The information related to the cells may include: nearby control type, cell type, associated label (label).
The nearby control type refers to the relatively nearest known control type around the cell. Since the control type is known, the nearby control type can be directly retrieved according to known information.
The cell type refers to the format of the cell, such as number, text, date, etc. The content in the online form can be copied and pasted from word or excel, and when the content is pasted, the content contains the format information of the cell, so that the cell type can be obtained from the pasted information.
The associated tag refers to the content in a specific cell, and the specific cell includes, for example: the left adjacent cell and the upper adjacent cell of the current cell, and the upper-most cell of the entire form. Thus, the associated tags may be retrieved by reading the content in these particular cells.
And recording the corresponding relation between the relevant information of the cells and the control type in the rule base. Therefore, after the related information of the cells is acquired, the control type can be identified according to the corresponding relation.
After the control type is identified, a corresponding control template can be obtained from the control library. And generating a corresponding control template corresponding to each control type in advance, and storing the control template in a control library. Therefore, after the control type is identified, the control template corresponding to the identified control type can be found in the control library.
S12: and acquiring the control attribute content of the control to be filled.
The filling content in the cell corresponding to the control to be filled can be obtained, and the attribute content of the control can be obtained according to the filling content.
When pasting content from word or excel to the online system form, the control attribute content can be obtained from the pasted content.
The control attribute content comprises attributes and attribute values, wherein the attributes refer to the attributes of the filled content in the cell, such as gender, age, name, options and the like, the attribute values refer to specific values of the attributes, such as the cell corresponding to the gender, if the filled content is male, the corresponding attribute is the gender, and the attribute value is male.
S13: and generating the control to be filled according to the control template and the control attribute content.
The control template is a HyperText Markup Language (HTML) source code segment having a certain structure or a specific data structure that can generate an HTML source code segment. And adding the attribute and the attribute value into the HTML source code segment to generate the control to be filled. The generated page control source code is specifically, and the page control source code can be viewed through a browser after being inserted into a page. In addition, when the control is generated, the ID, the control attribute setting, the control verification rule adding and the like can be automatically generated.
S14: and filling the control to be filled into the online form.
When the control is filled, if the cell corresponding to the control has no hidden content, the generated control can be directly filled into the corresponding cell. If hidden contents exist in the cell, the hidden contents need to be deleted first, and the generated control is filled after the cell is empty.
Specifically, whether hidden content exists in a cell may be determined according to a tag of the HTML source code corresponding to the cell, where the tag is used to identify whether hidden content exists, for example, a tag "hidden" is used to indicate that hidden content exists.
In the embodiment, the control type of the control to be filled is identified, the control template is obtained according to the control type, the attribute content of the control is obtained, and the control to be filled is generated according to the control template and the attribute content of the control, so that the automatic generation of the control to be filled can be realized, and the automatically generated control can be filled into the online form, so that when a user needs to fill the control into the online form, the user does not need to have a programming basis, and the workload of the user can be reduced.
Fig. 2 is a flowchart illustrating a method for filling a control in an online form according to another embodiment of the present application.
As shown in fig. 2, the method of the present embodiment includes:
s21: and identifying the filling field to acquire the relevant information of the cell.
The filling field refers to a cell to be filled by the control to be filled.
The related information of the cell includes: a nearby control type, a cell type, an associated label.
The nearby control type refers to the relatively nearest known control type around the cell. Since the control type is known, the nearby control type can be directly retrieved according to known information.
The cell type refers to the format of the cell, such as number, text, date, etc. The content in the online form can be copied and pasted from word or excel, and when the content is pasted, the content contains the format information of the cell, so that the cell type can be obtained from the pasted information.
The associated tag refers to the content in a specific cell, and the specific cell includes, for example: the left adjacent cell and the upper adjacent cell of the current cell, and the upper-most cell of the entire form. Thus, the associated tags may be retrieved by reading the content in these particular cells.
S22: and determining the control type of the control to be filled according to the relevant information of the cell and a pre-established rule base.
For example, referring to fig. 3, a rule base is provided, and a corresponding relationship between related information of a cell and a control type is recorded in the rule base. Therefore, after the related information of the cells is acquired, the control type can be identified according to the corresponding relation.
S23: and acquiring a control template from the control library according to the control type.
After the control type is identified, a corresponding control template can be obtained from the control library. And generating a corresponding control template corresponding to each control type in advance, and storing the control template in a control library. Therefore, after the control type is identified, the control template corresponding to the identified control type can be found in the control library.
S24: and identifying the filling content in the filling domain, and acquiring the control attribute content of the control to be filled.
After the control type is identified, a corresponding control template can be obtained from the control library. And generating a corresponding control template corresponding to each control type in advance, and storing the control template in a control library. Therefore, after the control type is identified, the control template corresponding to the identified control type can be found in the control library.
S25: and generating a page control according to the control template and the control attribute content.
The control template is a HyperText Markup Language (HTML) source code segment having a certain structure or a specific data structure that can generate an HTML source code segment. And adding the attribute and the attribute value into the HTML source code segment to generate the control to be filled. The generated page control source code is specifically, and the page control source code can be viewed through a browser after being inserted into a page. In addition, when the control is generated, the ID, the control attribute setting, the control verification rule adding and the like can be automatically generated.
S26: the page controls are populated into the fill fields.
When the control is filled, if the cell corresponding to the control has no hidden content, the generated control can be directly filled into the corresponding cell. If hidden contents exist in the cell, the hidden contents need to be deleted first, and the generated control is filled after the cell is empty.
Specifically, whether hidden content exists in a cell may be determined according to a tag of the HTML source code corresponding to the cell, where the tag is used to identify whether hidden content exists, for example, a tag "hidden" is used to indicate that hidden content exists.
In this embodiment, by identifying the filling field and the filling content, automatic generation and filling of the control can be completed, and automatic drawing of the form can be realized in a zero-coding manner without a programming threshold. And the workload of form designers during form design is greatly reduced, and particularly, when the form designers face the design of large and complex forms, the form controls are automatically identified and generated, so that great convenience is brought to users.
Fig. 4 is a schematic structural diagram of an apparatus for filling a control in an online form according to an embodiment of the present application.
As shown in fig. 4, the apparatus 40 of the present embodiment includes: a first obtaining module 41, a second obtaining module 42, a generating module 43 and a filling module 44.
The first obtaining module 41 is configured to identify a control type of a control to be filled, and obtain a control template corresponding to the control type;
a second obtaining module 42, configured to obtain control attribute content of the control to be filled;
a generating module 43, configured to generate the control to be filled according to the control template and the control attribute content;
and the filling module 44 is used for filling the control to be filled into the online form.
In some embodiments, referring to fig. 5, the first obtaining module 41 includes:
the identifying submodule 411 is configured to extract, according to existing information in the online form, relevant information of a cell corresponding to the control to be filled; identifying the control type of the control to be filled according to the relevant information and a pre-established rule base, and recording the corresponding relation between the relevant information of the cells and the control type in the rule base; and the number of the first and second groups,
and the obtaining sub-module 412 is configured to obtain a control template corresponding to the control type.
In some embodiments, the related information includes:
a nearby control type, a cell type, an associated label.
In some embodiments, the second obtaining module 42 is specifically configured to:
acquiring filling content in a cell corresponding to the control to be filled;
and acquiring control attribute content according to the filling content.
In some embodiments, the filling module 44 is specifically configured to:
if hidden contents do not exist in the cell corresponding to the control to be filled, directly filling the control to be filled into the cell; or,
and if hidden contents exist in the cell corresponding to the control to be filled, deleting the hidden contents, and filling the control to be filled into the cell after deleting.
It is understood that the apparatus of the present embodiment corresponds to the method embodiment described above, and specific contents may be referred to the related description of the method embodiment, and are not described in detail herein.
In the embodiment, the control type of the control to be filled is identified, the control template is obtained according to the control type, the attribute content of the control is obtained, and the control to be filled is generated according to the control template and the attribute content of the control, so that the automatic generation of the control to be filled can be realized, and the automatically generated control can be filled into the online form, so that when a user needs to fill the control into the online form, the user does not need to have a programming basis, and the workload of the user can be reduced.
It is understood that the same or similar parts in the above embodiments may be mutually referred to, and the same or similar parts in other embodiments may be referred to for the content which is not described in detail in some embodiments.
It should be noted that, in the description of the present application, the terms "first", "second", etc. are used for descriptive purposes only and are not to be construed as indicating or implying relative importance. Further, in the description of the present application, the meaning of "a plurality" means at least two unless otherwise specified.
Any process or method descriptions in flow charts or otherwise described herein may be understood as representing modules, segments, or portions of code which include one or more executable instructions for implementing specific logical functions or steps of the process, and the scope of the preferred embodiments of the present application includes other implementations in which functions may be executed out of order from that shown or discussed, including substantially concurrently or in reverse order, depending on the functionality involved, as would be understood by those reasonably skilled in the art of the present application.
It should be understood that portions of the present application may be implemented in hardware, software, firmware, or a combination thereof. In the above embodiments, the various steps or methods may be implemented in software or firmware stored in memory and executed by a suitable instruction execution system. For example, if implemented in hardware, as in another embodiment, any one or combination of the following techniques, which are known in the art, may be used: a discrete logic circuit having a logic gate circuit for implementing a logic function on a data signal, an application specific integrated circuit having an appropriate combinational logic gate circuit, a Programmable Gate Array (PGA), a Field Programmable Gate Array (FPGA), or the like.
It will be understood by those skilled in the art that all or part of the steps carried by the method for implementing the above embodiments may be implemented by hardware related to instructions of a program, which may be stored in a computer readable storage medium, and when the program is executed, the program includes one or a combination of the steps of the method embodiments.
In addition, functional units in the embodiments of the present application may be integrated into one processing module, or each unit may exist alone physically, or two or more units are integrated into one module. The integrated module can be realized in a hardware mode, and can also be realized in a software functional module mode. The integrated module, if implemented in the form of a software functional module and sold or used as a stand-alone product, may also be stored in a computer readable storage medium.
The storage medium mentioned above may be a read-only memory, a magnetic or optical disk, etc.
In the description herein, reference to the description of the term "one embodiment," "some embodiments," "an example," "a specific example," or "some examples," etc., means that a particular feature, structure, material, or characteristic described in connection with the embodiment or example is included in at least one embodiment or example of the application. In this specification, the schematic representations of the terms used above do not necessarily refer to the same embodiment or example. Furthermore, the particular features, structures, materials, or characteristics described may be combined in any suitable manner in any one or more embodiments or examples.
Although embodiments of the present application have been shown and described above, it is understood that the above embodiments are exemplary and should not be construed as limiting the present application, and that variations, modifications, substitutions and alterations may be made to the above embodiments by those of ordinary skill in the art within the scope of the present application.
Claims (10)
1. A method for filling controls in an online form, comprising:
identifying the control type of a control to be filled, and acquiring a control template corresponding to the control type;
acquiring control attribute content of the control to be filled;
generating the control to be filled according to the control template and the control attribute content;
and filling the control to be filled into the online form.
2. The method of claim 1, wherein the identifying the control type of the control to be populated comprises:
extracting relevant information of the cell corresponding to the control to be filled according to the existing information in the online form;
and identifying the control type of the control to be filled according to the relevant information and a pre-established rule base, and recording the corresponding relation between the relevant information of the cells and the control type in the rule base.
3. The method of claim 2, wherein the related information comprises:
a nearby control type, a cell type, an associated label.
4. The method according to claim 1, wherein the obtaining of the control property content of the control to be filled comprises:
acquiring filling content in a cell corresponding to the control to be filled;
and acquiring control attribute content according to the filling content.
5. The method of claim 1, wherein the populating the to-be-populated control into an online form comprises:
if hidden contents do not exist in the cell corresponding to the control to be filled, directly filling the control to be filled into the cell; or,
and if hidden contents exist in the cell corresponding to the control to be filled, deleting the hidden contents, and filling the control to be filled into the cell after deleting.
6. An apparatus for filling controls in an online form, comprising:
the first acquisition module is used for identifying the control type of the control to be filled and acquiring a control template corresponding to the control type;
the second acquisition module is used for acquiring the control attribute content of the control to be filled;
the generating module is used for generating the control to be filled according to the control template and the control attribute content;
and the filling module is used for filling the control to be filled into the online form.
7. The apparatus of claim 6, wherein the first obtaining module comprises:
the identification submodule is used for extracting the relevant information of the cell corresponding to the control to be filled according to the existing information in the online form; identifying the control type of the control to be filled according to the relevant information and a pre-established rule base, and recording the corresponding relation between the relevant information of the cells and the control type in the rule base; and the number of the first and second groups,
and the obtaining sub-module is used for obtaining the control template corresponding to the control type.
8. The apparatus of claim 7, wherein the related information comprises:
a nearby control type, a cell type, an associated label.
9. The apparatus of claim 6, wherein the second obtaining module is specifically configured to:
acquiring filling content in a cell corresponding to the control to be filled;
and acquiring control attribute content according to the filling content.
10. The apparatus of claim 6, wherein the fill module is specifically configured to:
if hidden contents do not exist in the cell corresponding to the control to be filled, directly filling the control to be filled into the cell; or,
and if hidden contents exist in the cell corresponding to the control to be filled, deleting the hidden contents, and filling the control to be filled into the cell after deleting.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN201610891338.XA CN106528088A (en) | 2016-10-12 | 2016-10-12 | Method and device for addling control in online form |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN201610891338.XA CN106528088A (en) | 2016-10-12 | 2016-10-12 | Method and device for addling control in online form |
Publications (1)
Publication Number | Publication Date |
---|---|
CN106528088A true CN106528088A (en) | 2017-03-22 |
Family
ID=58331557
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
CN201610891338.XA Pending CN106528088A (en) | 2016-10-12 | 2016-10-12 | Method and device for addling control in online form |
Country Status (1)
Country | Link |
---|---|
CN (1) | CN106528088A (en) |
Cited By (6)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN107291950A (en) * | 2017-07-21 | 2017-10-24 | 东软集团股份有限公司 | Form data update method, device and computer equipment |
CN107357770A (en) * | 2017-06-16 | 2017-11-17 | 贵州广思信息网络有限公司 | A kind of method that list is uniformly made a report under big file |
CN108255541A (en) * | 2017-12-28 | 2018-07-06 | 东软集团股份有限公司 | Data source processing method, device, storage medium and the electronic equipment of form controls |
CN111191423A (en) * | 2019-12-26 | 2020-05-22 | 广东飞企互联科技股份有限公司 | Method and system suitable for on-line editing of official document text |
CN112068829A (en) * | 2020-07-31 | 2020-12-11 | 广东飞企互联科技股份有限公司 | Method, device, system, equipment and medium for generating single text input control |
CN112860836A (en) * | 2021-02-25 | 2021-05-28 | 长江空间信息技术工程有限公司(武汉) | Automatic production method of real estate title questionnaire |
Citations (4)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN101661512A (en) * | 2009-09-25 | 2010-03-03 | 万斌 | System and method for identifying traditional form information and establishing corresponding Web form |
CN102841791A (en) * | 2012-07-12 | 2012-12-26 | 上海高洁信息科技股份有限公司 | Method and system for generating online form |
CN105468377A (en) * | 2015-12-10 | 2016-04-06 | 北京中科汇联科技股份有限公司 | Method and system for generating page of mobile terminal |
CN105824647A (en) * | 2016-04-05 | 2016-08-03 | 浪潮电子信息产业股份有限公司 | Form page generating method and device |
-
2016
- 2016-10-12 CN CN201610891338.XA patent/CN106528088A/en active Pending
Patent Citations (4)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN101661512A (en) * | 2009-09-25 | 2010-03-03 | 万斌 | System and method for identifying traditional form information and establishing corresponding Web form |
CN102841791A (en) * | 2012-07-12 | 2012-12-26 | 上海高洁信息科技股份有限公司 | Method and system for generating online form |
CN105468377A (en) * | 2015-12-10 | 2016-04-06 | 北京中科汇联科技股份有限公司 | Method and system for generating page of mobile terminal |
CN105824647A (en) * | 2016-04-05 | 2016-08-03 | 浪潮电子信息产业股份有限公司 | Form page generating method and device |
Cited By (8)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN107357770A (en) * | 2017-06-16 | 2017-11-17 | 贵州广思信息网络有限公司 | A kind of method that list is uniformly made a report under big file |
CN107291950A (en) * | 2017-07-21 | 2017-10-24 | 东软集团股份有限公司 | Form data update method, device and computer equipment |
CN107291950B (en) * | 2017-07-21 | 2020-01-24 | 东软集团股份有限公司 | Form data updating method and device and computer equipment |
CN108255541A (en) * | 2017-12-28 | 2018-07-06 | 东软集团股份有限公司 | Data source processing method, device, storage medium and the electronic equipment of form controls |
CN108255541B (en) * | 2017-12-28 | 2021-09-24 | 东软集团股份有限公司 | Form control data source processing method and device, storage medium and electronic equipment |
CN111191423A (en) * | 2019-12-26 | 2020-05-22 | 广东飞企互联科技股份有限公司 | Method and system suitable for on-line editing of official document text |
CN112068829A (en) * | 2020-07-31 | 2020-12-11 | 广东飞企互联科技股份有限公司 | Method, device, system, equipment and medium for generating single text input control |
CN112860836A (en) * | 2021-02-25 | 2021-05-28 | 长江空间信息技术工程有限公司(武汉) | Automatic production method of real estate title questionnaire |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US9792284B2 (en) | System, method and computer program product for multilingual content management | |
CN106528088A (en) | Method and device for addling control in online form | |
CN109918607B (en) | Page construction method and device, medium and computing equipment | |
US10977031B2 (en) | Method for a software development system | |
CN106933887B (en) | Data visualization method and device | |
CN111126019B (en) | Report generation method and device based on mode customization and electronic equipment | |
CN106354483B (en) | Data processing method and device and electronic equipment | |
CN114424257A (en) | Automatic rendering and extraction of form data using machine learning | |
AU2019208146B2 (en) | Information transition management platform | |
US20150347353A1 (en) | Document layering platform | |
CN106886398B (en) | Method and equipment for extracting cascading style sheet | |
US11205207B2 (en) | Automated digital catalog generation | |
CN109460546A (en) | List generation method, device and electronic equipment | |
CN111435367A (en) | Knowledge graph construction method, system, equipment and storage medium | |
CN113518187B (en) | Video editing method and device | |
CN110908907A (en) | Web page testing method, device, equipment and storage medium | |
CN103678263A (en) | Graphical interface display method and system for incidence relations among document chapters | |
CN116301856B (en) | Design method, device, equipment and medium of visual form designer | |
US20160034431A1 (en) | Method and system for assigning a content item as a link target to a managed object | |
CN116932399A (en) | Message generation method and device and nonvolatile storage medium | |
US11526578B2 (en) | System and method for producing transferable, modular web pages | |
US20130311967A1 (en) | Method and System for Collapsing Functional Similarities and Consolidating Functionally Similar, Interacting Systems | |
JP6281239B2 (en) | Program development support apparatus and method | |
US11106864B2 (en) | Comment-based article augmentation | |
US9471569B1 (en) | Integrating information sources to create context-specific documents |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
C06 | Publication | ||
PB01 | Publication | ||
SE01 | Entry into force of request for substantive examination | ||
SE01 | Entry into force of request for substantive examination | ||
RJ01 | Rejection of invention patent application after publication |
Application publication date: 20170322 |
|
RJ01 | Rejection of invention patent application after publication |