CN105630504A - Extjs based multi-form application code reusing method and system - Google Patents

Extjs based multi-form application code reusing method and system Download PDF

Info

Publication number
CN105630504A
CN105630504A CN201511004919.9A CN201511004919A CN105630504A CN 105630504 A CN105630504 A CN 105630504A CN 201511004919 A CN201511004919 A CN 201511004919A CN 105630504 A CN105630504 A CN 105630504A
Authority
CN
China
Prior art keywords
configuration item
control
extjs
data source
self
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.)
Granted
Application number
CN201511004919.9A
Other languages
Chinese (zh)
Other versions
CN105630504B (en
Inventor
张垚
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
WUHAN OS-EASY CLOUD COMPUTING Co Ltd
Original Assignee
WUHAN OS-EASY CLOUD COMPUTING Co Ltd
Priority date (The priority date 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 date listed.)
Filing date
Publication date
Application filed by WUHAN OS-EASY CLOUD COMPUTING Co Ltd filed Critical WUHAN OS-EASY CLOUD COMPUTING Co Ltd
Priority to CN201511004919.9A priority Critical patent/CN105630504B/en
Publication of CN105630504A publication Critical patent/CN105630504A/en
Application granted granted Critical
Publication of CN105630504B publication Critical patent/CN105630504B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/30Creation or generation of source code
    • G06F8/36Software reuse

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • General Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Stored Programmes (AREA)

Abstract

The invention discloses an extjs based multi-form application code reusing method and system and relates to the field of web development oriented to the browser side. The method includes the following steps that a self-defined configuration item list is customized according to the representation form of form controls; statistics is conducted on all sub-controls in a toolbar set, a control pool is prepared for the sub-controls, and all sub-controls are registered in the control pool; a packaging control obtains functions, and objects of all toolbars in the toolbar set are simplified; configuration items are extracted, and column header objects are kept unchanged; an object format conversion function is packaged. The extjs based multi-form application code reusing method and the system can effectively improve the code reusing rate, the problem that vast application functions cause large code amount and difficult maintenance is solved, the upgrade efficiency can be effectively improved, and the probability of error occurrence is remarkably reduced.

Description

Based on many forms application code multiplexing method and the system of extjs
Technical field
The present invention relates to the web development field towards browser end, specifically relate to a kind of many forms based on extjs application code multiplexing method and system.
Background technology
Nineteen ninety-five Netscape company's invention JavaScript language, JavaScript is the built-in script language of a kind of browser, for page elements programming is produced various effect. To as if JavaScript in a grammer element, each object by a series of key value to forming, such as { key1:value1, key2:value2}.
Since JavaScript language is applied to browser, the function of browser obtains unprecedented enhancing, and web page content becomes more and more, and function is more and more complicated; Meanwhile, JavaScript language have also been obtained great development, and cause development progress problem slowly to solve web page content complexity, many frameworks increased productivity have been emerged around JavaScript language, extjs is exactly that wherein a use is simple, the outstanding framework of complete function.
In extjs framework, all controls have one part of configuration item list, and each configuration item (i.e. key in object) in list determines certain outward appearance of control or function. In the business system that data are more, grid control is often used to, for showing the detailed information of one group of data.
Grid control comprises title panel, toolbar, form body and paging hurdle, and toolbar is for depositing the control of a series of control form bodies such as button, drop-down frame, input frame, and form body is used for the detailed information of display data.
In the business system of function complexity, if there being a large amount of function to need to show with grid control, conventionally, need for each function creates a grid control, a series of toolbar set and form body, the JavaScript code that the result caused like this is exactly final is bulky, and duplicated code is a lot, no matter this is for continual exploitation or maintenance, is all bad dream.
Shown in Figure 1, although the process comparison creating grid control at present in code is clear, but, when form quantity is too much, needing repeatedly to repeat this process, result in a lot of duplicated code, the reusability of code is very low, and when these codes need upgrading time, needing to upgrade for each section of such code does, upgrading efficiency is extremely low, and, programmer does not slightly note, just likely makes mistakes.
Summary of the invention
It is an object of the invention to the deficiency in order to overcome above-mentioned background technology, a kind of application code multiplexing method of many forms based on extjs and system are provided, can effectively improve the reusability of code, solve application function huge cause size of code big, be difficult to the problem safeguarded, and can effectively improve upgrading efficiency, significantly reduce the probability that mistake occurs.
The present invention provides a kind of many forms based on extjs application code multiplexing method, comprises the following steps:
S1, manifestation according to grid control, customize one part of self-defined configuration item list, comprise data source, row head, toolbar set;
Child controls all in S2, the set of statistical tool hurdle, for these child controls prepare a control pond, all child controls are all registered in this control pond, after registration, it may also be useful to during identical control, are obtained by control pond, ensure the multiplexing of code;
S3, encapsulation control obtain function, and this function accepts the list of one group of self-defined control title, and returns the control object after one group of initialize, improves the reusability of code further;
S4, the object simplifying each toolbar in toolbar set;
S5, feature according to data source, extracting one part of data source needs self-defined configuration item, keeps row head object constant;
S6, encapsulated object format conversion function, this object format conversion function accepts a configuration object simplified according to step S4, processes according to the following steps:
The configuration item of child control set in S6a, scanning tools hurdle, and by the configuration item after simplifying, be converted to the primary configuration item of extjs;
S6b, scan columns head configuration item, collects interim list of fields by the row head data field attributes that row head configures in item;
S6c, newly-built data source, and interim field list application is configured item to data source list of fields; Other self-defined generic configuration item is applied to data source equally;
S6d, newly-built grid control, the configuration item of the toolbar set after being configured by step S6a, is applied to the toolbar set configuration item of this grid control; Row head configuration item after being configured by step S6b, is applied to the row head configuration item of this grid control; The configuration item of the data source after step S6c is configured, the data source being applied in this grid control configuration item; It is applied in this grid control by other self-defined grid control general-purpose attribute corresponding configuration item; Return this grid control.
On the basis of technique scheme, the form registered described in step S2 as: P [CN]=CF, wherein, P is control pond, and CN represents the self-defined title of child control to be registered, and CF represents the initialize function of child control to be registered.
On the basis of technique scheme, step S4 specifically comprises the following steps: the configuration item of child control set in toolbar is simplified into: [CN1, CN2 ...], CN1, CN2 represent self-defined control title.
On the basis of technique scheme, and configuration item after step S4 being simplified in step S6a [CN1, CN2 ...], be converted to the primary configuration item of extjs.
On the basis of technique scheme, the configuration item extracted in step S5 comprises data resource interface address.
The present invention also provides a kind of many forms based on extjs application code multiplex system, this system comprises configuration item list customization units, statistics registering unit, control obtains function encapsulation unit, configuration item simplifies unit, configuration item extraction unit, object format conversion unit, wherein:
Configuration item list customization units is used for: according to the manifestation of grid control, customizes one part of self-defined configuration item list, comprises data source, row head, toolbar set;
Statistics registering unit is used for: child controls all in the set of statistical tool hurdle, and for these child controls prepare a control pond, all child controls are all registered in this control pond, after registration, it may also be useful to during identical control, are obtained by control pond, ensure the multiplexing of code;
Control obtains function encapsulation unit and is used for: encapsulation control obtains function, and this function accepts the list of one group of self-defined control title, and returns the control object after one group of initialize, improves the reusability of code further;
Configuration item simplifies unit for the object of simplifying each toolbar in toolbar set;
Configuration item extraction unit is used for: according to the feature of data source, extracting one part of data source needs self-defined configuration item, keeps row head object constant;
Object format conversion unit is used for: encapsulated object format conversion function, and this object format conversion function accepts a configuration object simplified, and processes according to the following steps:
The configuration item of child control set in S6a, scanning tools hurdle, and by the configuration item after simplifying, be converted to the primary configuration item of extjs;
S6b, scan columns head configuration item, collects interim list of fields by the row head data field attributes that row head configures in item;
S6c, newly-built data source, and interim field list application is configured item to data source list of fields; Other self-defined generic configuration item is applied to data source equally;
S6d, newly-built grid control, the configuration item of the toolbar set after being configured by step S6a, is applied to the toolbar set configuration item of this grid control; Row head configuration item after being configured by step S6b, is applied to the row head configuration item of this grid control; The configuration item of the data source after step S6c is configured, the data source being applied in this grid control configuration item; It is applied in this grid control by other self-defined grid control general-purpose attribute corresponding configuration item; Return this grid control.
On the basis of technique scheme, the form that described statistics registering unit is registered as: P [CN]=CF, wherein, P is control pond, and CN represents the self-defined title of child control to be registered, and CF represents the initialize function of child control to be registered.
On the basis of technique scheme, described configuration item simplify unit the configuration item of child control set in toolbar is simplified into: [CN1, CN2 ...], CN1, CN2 represent self-defined control title.
On the basis of technique scheme, described object format conversion unit by after simplifying configuration item [CN1, CN2 ...], be converted to the primary configuration item of extjs.
On the basis of technique scheme, the configuration item that described configuration item extraction unit extracts comprises data resource interface address.
Compared with prior art, the advantage of the present invention is as follows:
The present invention creates the process of form in code, and the configuration object being delivered to object format conversion function is through simplifying, and repeating data is few, it is possible to effectively improve the reusability of code, solves that application function is huge causes the problem that size of code is big, be difficult to maintenance; When code needs upgrading time, it is only necessary to do in object format conversion function and once upgrade, it is possible to effectively improve upgrading efficiency, significantly reduce the probability that mistake occurs.
Accompanying drawing explanation
Fig. 1 is the process schematic diagram creating grid control at present in code.
Fig. 2 is the process schematic diagram that the embodiment of the present invention creates grid control in code.
Embodiment
Below in conjunction with drawings and the specific embodiments, the present invention is described in further detail.
The embodiment of the present invention provides a kind of application code multiplexing method of many forms based on extjs, comprises the following steps:
S1, manifestation according to grid control, customize one part of self-defined configuration item list, and usual store (data source), columns (row head), dockedItems (toolbar set) are necessary.
Child controls all in S2, the set of statistical tool hurdle, the i.e. attribute of items (child control set) in the set of statistical tool hurdle, and prepare a control pond for these child controls, all child controls are all registered in this control pond, the form registered can be as: P [CN]=CF, and wherein, P is control pond, CN represents the self-defined title of child control to be registered, and CF represents the initialize function of child control to be registered. The object of registration is: after registration, it may also be useful to during identical control, just can be got fast by control pond, ensure that the multiplexing of code.
S3, encapsulation control obtain function, and control obtains the list that function accepts one group of self-defined control title, and returns the control object after one group of initialize. The object that encapsulation control obtains function is, it is necessary to when one group of control, transmits one group of control title and obtains function to control, can obtain one group of control object that control title is corresponding, further increase the reusability of code.
S4, the object simplifying each toolbar in toolbar set: the configuration item of items in toolbar (child control set) is simplified into: [CN1, CN2 ...], CN1, CN2 represent self-defined control title.
S5, feature according to store (data source), extracting one part of data source needs self-defined configuration item, and usual proxy.url (data resource interface address) is necessary; Keep columns (row head) object constant.
S6, encapsulated object format conversion function, this object format conversion function accepts a configuration object simplified according to step S4, processes according to the following steps:
The configuration item of items (child control set) in S6a, scanning tools hurdle, and by after step S4 simplifies configuration item [CN1, CN2 ...], be converted to the primary configuration item of extjs;
S6b, scanning columns (row head) configure item, columns (row head) configure the dataIndex in item (row head data field) attribute collection to fieldlist (interim list of fields);
S6c, newly-built store (data source), and fieldlist (interim list of fields) is applied to store.fields (data source list of fields) and configures item; Other self-defined generic configuration item is applied to store (data source) equally;
S6d, newly-built grid control, the configuration item of the toolbar set after being configured by step S6a, is applied to the toolbar set configuration item of this grid control; Row head configuration item after being configured by step S6b, is applied to the row head configuration item of this grid control; The configuration item of the data source after step S6c is configured, the data source being applied in this grid control configuration item; It is applied in this grid control by other self-defined grid control general-purpose attribute corresponding configuration item; Return this grid control.
Shown in Figure 2, the embodiment of the present invention creates the process of form in code, and the configuration object being delivered to object format conversion function is through simplifying, and repeating data is few, can effectively improve the reusability of code, solve application function huge cause size of code big, be difficult to the problem safeguarded; When code needs upgrading time, it is only necessary to do in object format conversion function and once upgrade, it is possible to effectively improve upgrading efficiency, significantly reduce the probability that mistake occurs.
The embodiment of the present invention also provides a kind of many forms based on extjs application code multiplex system, comprise configuration item list customization units, statistics registering unit, control obtains function encapsulation unit, configuration item simplifies unit, configuration item extraction unit, object format conversion unit, wherein:
Configuration item list customization units is used for: according to the manifestation of grid control, customizing one part of self-defined configuration item list, usual store (data source), columns (row head), dockedItems (toolbar set) are necessary.
Statistics registering unit is used for: child controls all in the set of statistical tool hurdle, the i.e. attribute of items (child control set) in the set of statistical tool hurdle, and prepare a control pond for these child controls, all child controls are all registered in this control pond, the form registered can be as: P [CN]=CF, and wherein, P is control pond, CN represents the self-defined title of child control to be registered, and CF represents the initialize function of child control to be registered. The object of registration is: after registration, it may also be useful to during identical control, just can be got fast by control pond, ensure that the multiplexing of code.
Control obtains function encapsulation unit and is used for: encapsulation control obtains function, and control obtains the list that function accepts one group of self-defined control title, and returns the control object after one group of initialize. The object that encapsulation control obtains function is, it is necessary to when one group of control, transmits one group of control title and obtains function to control, can obtain one group of control object that control title is corresponding, further increase the reusability of code.
Configuration item simplifies unit for the object simplifying each toolbar in toolbar set: the configuration item of items in toolbar (child control set) simplified into: [CN1, CN2 ...], CN1, CN2 represent self-defined control title.
Configuration item extraction unit is used for: according to the feature of store (data source), extracting one part of data source needs self-defined configuration item, and usual proxy.url (data resource interface address) is necessary; Keep columns (row head) object constant.
Object format conversion unit is used for: encapsulated object format conversion function, and this object format conversion function accepts a configuration item simplified, and processes according to the following steps:
The configuration item of items (child control set) in S6a, scanning tools hurdle, and by after simplifying configuration item [CN1, CN2 ...], be converted to the primary configuration item of extjs;
S6b, scanning columns (row head) configure item, columns (row head) configure the dataIndex in item (row head data field) attribute collection to fieldlist (interim list of fields);
S6c, newly-built store (data source), and fieldlist (interim list of fields) is applied to store.fields (data source list of fields) and configures item; Other self-defined generic configuration item is applied to store (data source) equally;
S6d, newly-built grid control, the configuration item of the toolbar set after being configured by step S6a, is applied to the toolbar set configuration item of this grid control; Row head configuration item after being configured by step S6b, is applied to the row head configuration item of this grid control; The configuration item of the data source after step S6c is configured, the data source being applied in this grid control configuration item; It is applied in this grid control by other self-defined grid control general-purpose attribute corresponding configuration item; Return this grid control.
The embodiment of the present invention can be carried out various modifications and variations by the technician of this area, if these amendments and modification are within the scope of the claims in the present invention and equivalent technologies thereof, then these amendments and modification are also within protection scope of the present invention.
The prior art that the content not described in detail in specification sheets is known to the skilled person.

Claims (10)

1. the many forms application code multiplexing method based on extjs, it is characterised in that, comprise the following steps:
S1, manifestation according to grid control, customize one part of self-defined configuration item list, comprise data source, row head, toolbar set;
Child controls all in S2, the set of statistical tool hurdle, for these child controls prepare a control pond, all child controls are all registered in this control pond, after registration, it may also be useful to during identical control, are obtained by control pond, ensure the multiplexing of code;
S3, encapsulation control obtain function, and this function accepts the list of one group of self-defined control title, and returns the control object after one group of initialize, improves the reusability of code further;
S4, the object simplifying each toolbar in toolbar set;
S5, feature according to data source, extracting one part of data source needs self-defined configuration item, keeps row head object constant;
S6, encapsulated object format conversion function, this object format conversion function accepts a configuration object simplified according to step S4, processes according to the following steps:
The configuration item of child control set in S6a, scanning tools hurdle, and by the configuration item after simplifying, be converted to the primary configuration item of extjs;
S6b, scan columns head configuration item, collects interim list of fields by the row head data field attributes that row head configures in item;
S6c, newly-built data source, and interim field list application is configured item to data source list of fields; Other self-defined generic configuration item is applied to data source equally;
S6d, newly-built grid control, the configuration item of the toolbar set after being configured by step S6a, is applied to the toolbar set configuration item of this grid control; Row head configuration item after being configured by step S6b, is applied to the row head configuration item of this grid control; The configuration item of the data source after step S6c is configured, the data source being applied in this grid control configuration item; It is applied in this grid control by other self-defined grid control general-purpose attribute corresponding configuration item; Return this grid control.
2. as claimed in claim 1 based on many forms application code multiplexing method of extjs, it is characterized in that: the form registered described in step S2 is as P [CN]=CF, wherein, P is control pond, CN represents the self-defined title of child control to be registered, and CF represents the initialize function of child control to be registered.
3. as claimed in claim 2 based on many forms application code multiplexing method of extjs, it is characterized in that: step S4 specifically comprises the following steps: the configuration item of child control set in toolbar is simplified into: [CN1, CN2 ...], CN1, CN2 represent self-defined control title.
4. as claimed in claim 3 based on many forms application code multiplexing method of extjs, it is characterised in that: configuration item after step S4 being simplified in step S6a [CN1, CN2 ...], be converted to the primary configuration item of extjs.
5. as claimed in claim 1 based on many forms application code multiplexing method of extjs, it is characterised in that: the configuration item extracted in step S5 comprises data resource interface address.
6. the many forms application code multiplex system based on extjs, it is characterized in that: this system comprises configuration item list customization units, statistics registering unit, control obtains function encapsulation unit, configuration item simplifies unit, configuration item extraction unit, object format conversion unit, wherein:
Configuration item list customization units is used for: according to the manifestation of grid control, customizes one part of self-defined configuration item list, comprises data source, row head, toolbar set;
Statistics registering unit is used for: child controls all in the set of statistical tool hurdle, and for these child controls prepare a control pond, all child controls are all registered in this control pond, after registration, it may also be useful to during identical control, are obtained by control pond, ensure the multiplexing of code;
Control obtains function encapsulation unit and is used for: encapsulation control obtains function, and this function accepts the list of one group of self-defined control title, and returns the control object after one group of initialize, improves the reusability of code further;
Configuration item simplifies unit for the object of simplifying each toolbar in toolbar set;
Configuration item extraction unit is used for: according to the feature of data source, extracting one part of data source needs self-defined configuration item, keeps row head object constant;
Object format conversion unit is used for: encapsulated object format conversion function, and this object format conversion function accepts a configuration object simplified, and processes according to the following steps:
The configuration item of child control set in S6a, scanning tools hurdle, and by the configuration item after simplifying, be converted to the primary configuration item of extjs;
S6b, scan columns head configuration item, collects interim list of fields by the row head data field attributes that row head configures in item;
S6c, newly-built data source, and interim field list application is configured item to data source list of fields; Other self-defined generic configuration item is applied to data source equally;
S6d, newly-built grid control, the configuration item of the toolbar set after being configured by step S6a, is applied to the toolbar set configuration item of this grid control; Row head configuration item after being configured by step S6b, is applied to the row head configuration item of this grid control; The configuration item of the data source after step S6c is configured, the data source being applied in this grid control configuration item; It is applied in this grid control by other self-defined grid control general-purpose attribute corresponding configuration item; Return this grid control.
7. as claimed in claim 6 based on many forms application code multiplex system of extjs, it is characterized in that: the form that described statistics registering unit is registered is as P [CN]=CF, wherein, P is control pond, CN represents the self-defined title of child control to be registered, and CF represents the initialize function of child control to be registered.
8. as claimed in claim 7 based on many forms application code multiplex system of extjs, it is characterized in that: described configuration item simplify unit the configuration item of child control set in toolbar is simplified into: [CN1, CN2 ...], CN1, CN2 represent self-defined control title.
9. as claimed in claim 8 based on many forms application code multiplex system of extjs, it is characterised in that: described object format conversion unit by after simplifying configuration item [CN1, CN2 ...], be converted to the primary configuration item of extjs.
10. as claimed in claim 6 based on many forms application code multiplex system of extjs, it is characterised in that: the configuration item that described configuration item extraction unit extracts comprises data resource interface address.
CN201511004919.9A 2015-12-28 2015-12-28 Multilist application code multiplexing method and system based on extjs Active CN105630504B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201511004919.9A CN105630504B (en) 2015-12-28 2015-12-28 Multilist application code multiplexing method and system based on extjs

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201511004919.9A CN105630504B (en) 2015-12-28 2015-12-28 Multilist application code multiplexing method and system based on extjs

Publications (2)

Publication Number Publication Date
CN105630504A true CN105630504A (en) 2016-06-01
CN105630504B CN105630504B (en) 2018-11-23

Family

ID=56045494

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201511004919.9A Active CN105630504B (en) 2015-12-28 2015-12-28 Multilist application code multiplexing method and system based on extjs

Country Status (1)

Country Link
CN (1) CN105630504B (en)

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN108062339A (en) * 2016-11-09 2018-05-22 北京国双科技有限公司 The processing method and processing device of Visual Chart
CN108228292A (en) * 2017-12-29 2018-06-29 武汉船舶通信研究所(中国船舶重工集团公司第七二二研究所) A kind of generation method and device at ExtJS interfaces
CN110442406A (en) * 2018-05-02 2019-11-12 天津京东深拓机器人科技有限公司 The method and paging control, electronic equipment of paging control processing data
CN112527517A (en) * 2019-09-18 2021-03-19 北京广利核系统工程有限公司 Instrument control system special for nuclear power

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20090172314A1 (en) * 2007-12-30 2009-07-02 Ron Gabor Code reuse and locality hinting
CN102043626A (en) * 2010-12-23 2011-05-04 中国农业银行股份有限公司 Method and device for encapsulating extjs component, and method and system for generating user interface
CN103345387A (en) * 2013-06-05 2013-10-09 中国电子科技集团公司第十五研究所 Module reuse achievement method based on module packaging
CN105183489A (en) * 2015-10-10 2015-12-23 南京国电南自轨道交通工程有限公司 Extjs frame based intelligent data analysis system and method

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20090172314A1 (en) * 2007-12-30 2009-07-02 Ron Gabor Code reuse and locality hinting
CN102043626A (en) * 2010-12-23 2011-05-04 中国农业银行股份有限公司 Method and device for encapsulating extjs component, and method and system for generating user interface
CN103345387A (en) * 2013-06-05 2013-10-09 中国电子科技集团公司第十五研究所 Module reuse achievement method based on module packaging
CN105183489A (en) * 2015-10-10 2015-12-23 南京国电南自轨道交通工程有限公司 Extjs frame based intelligent data analysis system and method

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN108062339A (en) * 2016-11-09 2018-05-22 北京国双科技有限公司 The processing method and processing device of Visual Chart
CN108062339B (en) * 2016-11-09 2020-09-15 北京国双科技有限公司 Processing method and device of visual chart
CN108228292A (en) * 2017-12-29 2018-06-29 武汉船舶通信研究所(中国船舶重工集团公司第七二二研究所) A kind of generation method and device at ExtJS interfaces
CN110442406A (en) * 2018-05-02 2019-11-12 天津京东深拓机器人科技有限公司 The method and paging control, electronic equipment of paging control processing data
CN112527517A (en) * 2019-09-18 2021-03-19 北京广利核系统工程有限公司 Instrument control system special for nuclear power

Also Published As

Publication number Publication date
CN105630504B (en) 2018-11-23

Similar Documents

Publication Publication Date Title
CN105630504A (en) Extjs based multi-form application code reusing method and system
US20130238982A1 (en) Methods and apparatus for editing an application webpage
CN102662766B (en) Microblog and social networking information synchronizing system and synchronizing method based on Web Element mechanism
CN104601522B (en) Implementation method that mobile client interacts with operation system, apparatus and system
CN105354237A (en) Business data display method
CN104410667A (en) Method and system for conversion from XML message to JSON message
CN103389895A (en) Method and system for generating front end page
CN103116503B (en) The implementation method of a kind of multiwindow and device
CN106095442B (en) Automatic high-speed package outputting method based on web
CN105204860A (en) Method and device for rapidly generating user-defined static Web page
CN105404514B (en) JavaScript rendering method and device
CN103885764A (en) Network media information display system, method, device and server
CN109840083A (en) Web pages component template construction method, device, computer equipment and storage medium
CN101976241A (en) Method and system for generating identification code
CN103279345B (en) Method and device for locking page element
CN107678740A (en) A kind of method for packing and computer equipment of UI Service Component
CN104199667B (en) Method and system for newly building MTK project and submitting codes
CN106325703A (en) Webpage man-machine interface control device and running method thereof
CN104657554B (en) A kind of rocket threedimensional model design information quick extraction system
CN101324844B (en) Method for making rich text control with intelligent apperception
CN108664242A (en) Generate method, apparatus, electronic equipment and the readable storage medium storing program for executing of visualization interface
CN104331288B (en) A kind of configurationization shows the method and system of dynamic page
CN110045950A (en) Static page based on nodejs develops scaffold method
CN109979551A (en) A kind of editing machine of web-based electronic medical record document
CN103001786B (en) A kind of Large Volume Data collocation method based on MML, server and system

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant