Form realization method and device
An implementation method and form technology, which is applied in the direction of program control devices, instruments, calculations, etc., can solve the problems of poor user experience of the form implementation method, long development cycle of form pages and repeated development work, and inability to meet the needs of mobile Internet applications, etc.
Patent Information
- Authority / Receiving Office
- CN · China
- Patent Type
- Applications(China)
- Current Assignee / Owner
- Publication Date
- 2017-03-01
- Estimated Expiration
- Not applicable · inactive patent
Smart Images

Figure 1 
Figure 2 
Figure 3
Abstract
Description
technical field
[0001] The invention relates to the field of web and Internet development, in particular to a form realization method and device. Background technique
[0002] With the development of information technology, the development of various businesses such as enterprise office and operation and maintenance is increasingly dependent on the transmission and use of various forms; however, the traditional form development method is relatively inefficient, especially in large-scale projects. Form page development The cycle is long and there is a lot of repetitive development work; various forms are flooded in the system, independent of each other, and it is difficult to maintain and upgrade later. At the same time, traditional form systems usually do not have good scalability and portability, let alone satisfy The application requirements of emerging fields such as the mobile Internet; that is, the user experience of the existing form implementation method is poor. [...
Examples
no. 1 example
[0024] figure 1 It is a schematic structural diagram of the form implementing device provided by the first embodiment of the present invention, which is represented by figure 1 It can be seen that, in this embodiment, the form implementation device 1 provided by the present invention includes:
[0025] Design module 11, for adopting browser and server BS structure, design form;
[0026] The display module 12 is used to display the form based on the browser and server BS framework.
[0027] In some embodiments, the design module 11 in the above embodiments is used to create a form, design a form, and save a form.
[0028] In some embodiments, the design module 11 in the above embodiments is also used to configure the label template before creating the form.
[0029] In some embodiments, the design module 11 in the above embodiments is used to store the form in the database in html format.
[0030] In some embodiments, the design module 11 in the above embodiments is used to...
no. 2 example
[0033] figure 2 It is a flow chart of the form implementation method provided by the second embodiment of the present invention, which is composed of figure 2 It can be seen that, in this embodiment, the method for implementing a form provided by the present invention includes the following steps:
[0034] S201: Design a form using the browser and server BS architecture;
[0035] S202: Based on the browser and server BS framework, display the form.
[0036] In some embodiments, using the browser and server BS architecture in the above embodiments, designing a form includes: creating a form, designing a form, and saving a form.
[0037] In some embodiments, before creating the form, the method in the above embodiments further includes: configuring a label template.
[0038] In some embodiments, saving the form in the above embodiment includes: storing the form in a database in html format.
[0039] In some embodiments, the design of the form in the above embodiments inclu...
no. 3 example
[0043] image 3 It is a flow chart of the form implementation method provided by the third embodiment of the present invention, which consists of image 3 It can be seen that, in this embodiment, the method for implementing a form provided by the present invention includes the following steps:
[0044] S301: Configuring a label template.
[0045] In the process of continuous change of html specification, it is always accompanied by the introduction of new tags. At the same time, new tags are gradually supported by mainstream browsers and eventually become widely used; old tags may no longer be recommended or eventually be abandoned by browsers. In order to adapt to this change and also consider the needs of custom labels, the system provides the function of configuring label templates.
[0046] In practical applications, the system has built-in commonly used label templates, such as:
[0047] Text template: %s ,content = "Default Text";
[0048] Single-line text input box...