CN107436927B - Application method and system of UI component - Google Patents

Application method and system of UI component Download PDF

Info

Publication number
CN107436927B
CN107436927B CN201710558087.8A CN201710558087A CN107436927B CN 107436927 B CN107436927 B CN 107436927B CN 201710558087 A CN201710558087 A CN 201710558087A CN 107436927 B CN107436927 B CN 107436927B
Authority
CN
China
Prior art keywords
component
label
relation tree
tag
tree
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.)
Active
Application number
CN201710558087.8A
Other languages
Chinese (zh)
Other versions
CN107436927A (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.)
New Great Wall Technology Co.,Ltd.
Original Assignee
Great Wall Computer Software & Systems Inc
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 Great Wall Computer Software & Systems Inc filed Critical Great Wall Computer Software & Systems Inc
Priority to CN201710558087.8A priority Critical patent/CN107436927B/en
Publication of CN107436927A publication Critical patent/CN107436927A/en
Application granted granted Critical
Publication of CN107436927B publication Critical patent/CN107436927B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/90Details of database functions independent of the retrieved data types
    • G06F16/95Retrieval from the web
    • G06F16/957Browsing optimisation, e.g. caching or content distillation
    • G06F16/9574Browsing optimisation, e.g. caching or content distillation of access to content, e.g. by caching
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/90Details of database functions independent of the retrieved data types
    • G06F16/95Retrieval from the web
    • G06F16/958Organisation or management of web site content, e.g. publishing, maintaining pages or automatic linking
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/451Execution arrangements for user interfaces

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Databases & Information Systems (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Software Systems (AREA)
  • Data Mining & Analysis (AREA)
  • Human Computer Interaction (AREA)
  • User Interface Of Digital Computer (AREA)
  • Information Transfer Between Computers (AREA)

Abstract

The embodiment of the invention discloses a method and a system for applying a UI component, and belongs to the technical field of the Internet. Acquiring a UI label through a UI analysis tool; establishing a UI label-UI component relation tree according to the UI label; and determining an HTML label corresponding to each UI component according to the UI component in the UI label-UI component relation tree so as to realize the interaction between the UI component and the user interface. According to the method and the device, the UI label is acquired by using the UI analysis tool, the UI label-UI component relation tree is established for the acquired UI label, the HTML label is determined through the UI component in the UI label-UI component relation tree, the technical scheme that the UI component and the user interface interact is achieved, the technical problem that time and labor are consumed is avoided, the overhead cost is saved, and the technical effect that the efficiency is improved is achieved.

Description

Application method and system of UI component
Technical Field
the invention relates to the technical field of internet, in particular to a method and a system for applying a UI component.
Background
with the development of society and the continuous update of science and technology, the popularization of the internet becomes a necessary trend. In order to actively respond to the needs of user experience, more and more websites are considered in the website building process firstly to provide a dynamic effect with stronger interactivity and simultaneously meet the compatibility of most web browsers; however, since web browsers are various in types and complex in versions, and devices of the loaded browsers are continuously updated, it is difficult to ensure browser compatibility. The realization technology of the dynamic interaction effect of the webpage is various, in the prior art, only one JavaScript script can provide excellent experience for users, the realization of the JavaScript script among different browsers is different, and due to the difference of the levels of webpage designers, the expected effect can not be achieved even if the JavaScript script is used.
In the process of implementing the invention, the inventor finds that at least the following problems exist:
1. increasing network overhead, i.e., web browser load;
2. The method needs to be called and analyzed through a large amount of data, and is time-consuming and labor-consuming.
disclosure of Invention
in order to achieve the purpose, the invention provides a method and a system for applying a UI component.
according to an aspect of the present invention, an embodiment of the present invention provides an application method of a UI component, where the method includes:
Acquiring a UI label through a UI analysis tool;
establishing a UI label-UI component relation tree according to the UI label;
and determining an HTML label corresponding to each UI component according to each UI component in the UI label-UI component relation tree so as to realize the interaction between the UI component and the user interface.
By the technical scheme provided by the embodiment, the high efficiency of interaction between the UI component and the user interface is realized, the network overhead is reduced, and the technical effect of the load of the web browser is reduced.
further, the determining the UI tag-UI component relationship tree according to the UI tag specifically includes:
Generating a UI label relation tree according to the nesting relation of the UI labels;
Rendering the UI label relation tree to obtain the UI label-UI component relation tree.
by the technical scheme provided by the embodiment, the UI label-UI component relation tree is quickly formed, so that the technical effect of interaction between the UI component and the user interface is quickly realized.
further, the determining, according to each UI component in the UI tag-UI component relationship tree, an HTML tag corresponding to the UI component to implement interaction between the UI component and the user interface specifically includes:
Traversing the UI label-UI component relation tree to obtain the attribute of each UI component;
determining a json format corresponding to each UI component according to the attribute of each UI component;
Calling a function through the UI analysis tool;
And analyzing the UI component corresponding to the json format according to the function and the json format, and generating the corresponding HTML tag so as to realize the interaction between the UI component and the user interface.
Further, the rendering the UI tag relationship tree to obtain a UI tag-UI component relationship tree specifically includes:
rendering the UI label relation tree to obtain a preset UI label-UI component relation tree;
judging whether each UI component in the UI label-UI component relation tree contains items attribute;
if yes, generating a sub UI component corresponding to the items according to the items attribute;
And adding the sub UI component to the preset UI label-UI component relation tree to obtain the UI label-UI component relation tree.
By the technical scheme provided by the embodiment, the comprehensiveness and the sufficiency of establishing the UI label-UI component relation tree are realized.
further, the obtaining the UI tag by the UI parsing tool specifically includes:
acquiring a native HTML tag;
calling JavaScript corresponding to the native HTML tag to analyze the native HTML tag;
and acquiring the UI label from the analyzed native HTML label through the UI analysis tool.
According to another aspect of the present invention, an embodiment of the present invention further provides an application system of a UI component corresponding to the foregoing method, where the system includes:
an acquisition module: the system comprises a UI analysis tool and a user interface module, wherein the UI analysis tool is used for acquiring a UI label through the UI analysis tool;
a building module: the system is used for establishing a UI label-UI component relation tree according to the UI label;
A determination module: and the HTML tag corresponding to each UI component is determined according to each UI component in the UI tag-UI component relation tree, so that the interaction between the UI component and the user interface is realized.
further, the establishing module comprises:
A first generation unit: the system is used for generating a UI label relation tree according to the nesting relation of the UI labels;
a rendering unit: and the UI tag-UI component relation tree is obtained by rendering the UI tag relation tree.
Further, the determining module includes:
A first acquisition unit: the system is used for traversing the UI label-UI component relation tree and acquiring the attribute of each UI component;
A determination unit: determining a json format corresponding to each UI component according to the attribute of each UI component;
a first calling unit: the function is used for calling a function through the UI analysis tool;
a second generation unit: and the HTML tag is used for analyzing the UI component corresponding to the json format according to the function and the json format, and generating the corresponding HTML tag so as to realize the interaction between the UI component and the user interface.
Further, the rendering unit includes:
A rendering subunit: the UI label relation tree is rendered to obtain a preset UI label-UI component relation tree;
a judgment subunit: the method is used for judging whether each UI component in the UI label-UI component relation tree contains items attribute or not;
generating a subunit: generating a corresponding sub UI component according to the items attribute when the judgment result is yes;
adding a subunit: and the method is used for adding the sub UI component to the preset UI label-UI component relation tree to obtain the UI label-UI component relation tree.
Further, the obtaining module is specifically configured to:
and acquiring a native HTML tag, calling JavaScript corresponding to the native HTML tag to analyze the native HTML tag, and acquiring a UI tag from the analyzed native HTML tag through the UI analysis tool.
the method and the device have the advantages that the technical scheme that the UI component and the user interface are interacted by establishing the UI label-UI component relation tree according to the obtained UI labels and determining the HTML label corresponding to the UI component according to each UI component in the UI label-UI component relation tree is adopted, so that the technical problem of time and labor consumption is avoided, the network overhead is saved, and the technical effect of the responsibility of the web browser is reduced.
Drawings
FIG. 1 is a flowchart illustrating a method for applying a UI component according to an embodiment of the present invention;
FIG. 2 is a flowchart illustrating a method for applying a UI component according to another embodiment of the invention;
FIG. 3 is a flowchart illustrating a method for applying a UI component according to another embodiment of the invention;
FIG. 4 is a schematic structural diagram of an application system of a UI component provided by an embodiment of the invention;
Fig. 5 is a schematic structural diagram of an application system of a UI component according to another embodiment of the present invention.
Detailed Description
in order to make the objects, technical solutions and advantages of the present invention more apparent, the present invention will be described in further detail with reference to the accompanying drawings in conjunction with the following detailed description. It should be understood that the description is intended to be exemplary only, and is not intended to limit the scope of the present invention. Moreover, in the following description, descriptions of well-known structures and techniques are omitted so as to not unnecessarily obscure the concepts of the present invention.
according to one aspect of the invention, the invention provides a method for applying a UI component.
referring to fig. 1, fig. 1 is a flowchart illustrating an application method of a UI component according to an embodiment of the present invention.
as shown in fig. 1, the method includes:
Step 1: acquiring a UI label through a UI analysis tool;
step 2: establishing a UI label-UI component relation tree according to the UI label;
and step 3: and determining an HTML label corresponding to each UI component according to the UI component in the UI label-UI component relation tree so as to realize the interaction between the UI component and the user interface.
In this embodiment, the UI tag is obtained by a UI parsing tool. It should be noted that the UI tag needs to be written in a fixed form, vtype is the type of the UI tag and is used to distinguish the generated component, name is the name of the UI tag, and title is the title name displayed by the UI tag. And establishing a UI label-UI component relation tree according to the obtained UI label. And then determining an HTML label corresponding to each UI component in the UI label-UI component relation tree so as to realize the interaction of the UI component and the user interface.
according to the technical scheme provided by the embodiment, due to the adoption of the acquisition of the UI label, complicated programs such as code coding and the like in the prior art are omitted. And, network overhead cost is saved. Due to the fact that the technical scheme is used, the method is simple, convenient and fast, and efficiency is improved.
referring to fig. 2, fig. 2 is a flowchart illustrating an application method of a UI component according to an embodiment of the present invention.
As shown in fig. 2, step 2 specifically includes:
Step 21: generating a UI label relation tree according to the nesting relation of the UI labels;
step 22: and rendering the UI label relation tree to obtain a UI label-UI component relation tree.
in this embodiment, the technical solution of determining the UI tag-UI component relation tree according to the UI tag is further refined. It is understood that the UI tabs contain a nested relationship, that is, other UI tabs are also nested within the UI tabs. For a clearer technical understanding of the technical solution, for example: the first UI label is also nested with a second UI label and a third UI label, the second UI label is also nested with a fourth UI label, and meanwhile, the first UI label and the fifth UI label are in a parallel relation.
and rendering the generated UI label relation tree after the UI label relation tree is generated according to the UI label, thereby obtaining the UI label-UI component relation tree. It should be noted that, in the UI label-UI component relationship tree, the UI labels and the UI components are in a one-to-one correspondence relationship. That is, one UI tab corresponds to one UI component.
In this embodiment, a corresponding UI tag relationship tree is formed by the relationship between UI tags. And rendering the formed UI label relation tree, and obtaining the UI label-UI component relation tree in which the UI labels and the UI components are in one-to-one correspondence after rendering. The method and the device realize the quick determination of the HTML label according to the UI label-UI component relation tree by simply and quickly forming the UI label-UI component relation tree so as to realize the high efficiency of the interaction between the UI component and the user interface.
referring to fig. 3, fig. 3 is a flowchart illustrating an application method of a UI component according to an embodiment of the present invention.
As shown in fig. 3, step 3 specifically includes:
step 31: traversing the UI label-UI component relation tree to obtain the attribute of each UI component;
step 32: determining a json format corresponding to each UI component according to the attribute of each UI component;
step 33: calling a function through a UI analysis tool;
Step 34: and analyzing the UI component corresponding to the json format according to the function and the json format, and generating a corresponding HTML (hypertext markup language) label so as to realize the interaction between the UI component and the user interface.
in this embodiment, the UI tag-UI component relationship tree includes a plurality of UI tags including a plurality of UI components, and the UI tags and the UI components are in a one-to-one correspondence relationship. The attribute of each UI component is obtained, and it should be noted that there may be one or more attributes of the UI component. And determining the json format corresponding to each UI component according to the attribute of each UI component. If the first UI component has three attributes, determining the json format of the first UI component according to the three attributes of the first UI component.
and calling a function through the UI analysis tool, wherein the function is a createObject function. The createObject function analyzes according to the first UI component in the json format, and generates an HTML tag corresponding to the first UI component. Similarly, the second component generates an HTML tag corresponding to the second UI component after performing the above operation. And so on, and will not be described in detail herein.
By the technical scheme provided by the embodiment, the UI component is converted into the HTML tag, so that the interaction between the UI component and the user interface is realized.
According to another embodiment of the present invention, as shown in fig. 3, step 22 specifically includes:
Step 221: rendering the UI label relation tree to obtain a preset UI label-UI component relation tree;
Step 222: judging whether each UI component in the UI label-UI component relation tree contains items attribute;
step 223: if yes, generating a sub UI component corresponding to the items according to the items attribute;
step 224: and adding the sub UI components to the preset UI label-UI component relation tree to obtain the UI label-UI component relation tree.
in this embodiment, after rendering the UI tag relationship tree, a preset UI tag-UI component relationship tree is obtained. In the preset UI tab-UI component relationship tree, it is not considered whether the UI component further includes a child UI component.
it is to be understood that the UI components may include sub-UI components, for example, the first UI component may further include two sub-UI components, and the two sub-UI components in the first UI component are not considered in the obtained preset UI tab-UI component relationship tree. To know whether a UI component includes a sub-UI component, the specific steps are as follows:
it is to be understood that one or more attributes are included in the UI component. Firstly, judging the attribute in each UI component, specifically judging whether each UI component contains the items attribute. If the judgment result shows that a certain UI component contains the items attribute, the UI component also contains the sub-UI component.
For example, if the first UI component includes the items attribute, the child UI component of the first UI component is obtained according to the items attribute in the first UI component. And adding the determined sub UI components into a preset UI label-UI component relation tree to obtain the UI label-UI component relation tree.
by the technical scheme provided by the embodiment, the UI component and the sub-UI components contained in the UI component are fully considered when the UI label-UI component relation tree is established. The completeness and reliability of establishing the UI label-UI component relation tree are realized.
According to another embodiment of the present invention, as shown in fig. 3, step 1 specifically includes:
Step 11: acquiring a native HTML tag;
Step 12: calling JavaScript corresponding to the native HTML tag to analyze the native HTML tag;
Step 13: and acquiring the UI label from the analyzed native HTML label through a UI analysis tool.
In this embodiment, if the user inputs a native HTML tag, the HTML tag needs to be converted into a UI tag.
And after the native HTML tag is obtained, calling JavaScript corresponding to the native HTML tag to analyze the native HTML tag. For example, after the first native HTML tag is obtained, the JavaScript corresponding to the first native HTML tag is called to analyze the first native HTML tag.
And acquiring the UI label from the analyzed native HTML label through a UI analysis tool. For example: and analyzing the first native HTML tag by using JavaScript to obtain a second native HTML tag, and analyzing the second native HTML tag by using a UI analysis tool to obtain a UI tag.
by the technical scheme provided by the embodiment, the native HTML tag can be converted into the UI tag by the technical scheme provided by the embodiment under the condition that the native HTML tag is obtained, so that the technical effect of interaction between the UI component and the user interface is realized.
according to another aspect of the present invention, the present invention provides an application system of a UI component corresponding to the above method.
Referring to fig. 4, fig. 4 is a schematic structural diagram of an application system of a UI component according to an embodiment of the present invention.
As shown in fig. 4, the system includes:
An acquisition module: the system comprises a UI analysis tool and a user interface module, wherein the UI analysis tool is used for acquiring a UI label through the UI analysis tool;
a building module: the system is used for establishing a UI label-UI component relation tree according to the UI label;
a determination module: and the method is used for determining the corresponding HTML label according to each UI component in the UI label-UI component relation tree so as to realize the interaction of the UI component and the user interface.
according to the technical scheme provided by the embodiment, the technical effect of simply and conveniently realizing interaction between the UI component and the user interface is realized.
referring to fig. 5, fig. 5 is a schematic structural diagram of an application system of a UI component according to another embodiment of the present invention.
as shown in fig. 5, the establishing module includes:
A first generation unit: the system comprises a relation tree generation module, a relation generation module and a relation generation module, wherein the relation tree generation module is used for generating a UI label relation tree according to the nesting relation of UI labels;
A rendering unit: and the method is used for rendering the UI label relation tree to obtain the UI label-UI component relation tree.
According to still another embodiment of the present invention, as shown in fig. 5, the determining module includes:
a first acquisition unit: the system is used for traversing the UI label-UI component relation tree and acquiring the attribute of each UI component;
a determination unit: the json format corresponding to each UI component is determined according to the attribute of each UI component;
A first calling unit: the function is called through a UI analysis tool;
A second generation unit: and the method is used for analyzing the UI component corresponding to the json format according to the function and the json format, and generating a corresponding HTML label so as to realize the interaction between the UI component and the user interface.
according to still another embodiment of the present invention, as shown in fig. 5, the rendering unit includes:
a rendering subunit: the system comprises a UI tag relation tree, a preset UI component relation tree and a preset UI tag, wherein the UI tag relation tree is used for rendering the UI tag relation tree to obtain the preset UI tag-UI component relation tree;
A judgment subunit: the method comprises the steps of judging whether each UI component in a UI label-UI component relation tree contains items attributes or not;
Generating a subunit: generating a corresponding sub UI component according to the items attribute when the judgment result is yes;
Adding a subunit: and the method is used for adding the sub UI component to the preset UI label-UI component relation tree to obtain the UI label-UI component relation tree.
more specifically, the obtaining module is specifically configured to:
And acquiring a native HTML tag, calling JavaScript corresponding to the native HTML tag to analyze the native HTML tag, and acquiring a UI tag from the analyzed native HTML tag through a UI analysis tool.
the method comprises the steps of obtaining a UI label through a UI analysis tool; establishing a UI label-UI component relation tree according to the UI label; the HTML tag corresponding to each UI component in the UI tag-UI component relation tree is determined according to the UI component, so that the technical scheme of interaction between the UI component and the user interface is realized, the technical problem of time and labor consumption is avoided, the network overhead cost is saved, the network load is reduced, and the technical effect of high-efficiency interaction between the UI component and the user interface is improved.
it is to be understood that the above-described embodiments of the present invention are merely illustrative of or explaining the principles of the invention and are not to be construed as limiting the invention. Therefore, any modification, equivalent replacement, improvement and the like made without departing from the spirit and scope of the present invention should be included in the protection scope of the present invention. Further, it is intended that the appended claims cover all such variations and modifications as fall within the scope and boundaries of the appended claims or the equivalents of such scope and boundaries.

Claims (8)

1. a method for applying a UI component, the method comprising:
acquiring a UI label through a UI analysis tool;
Establishing a UI label-UI component relation tree according to the UI label;
Determining an HTML tag corresponding to each UI component in the UI tag-UI component relation tree according to the UI component so as to realize the interaction between the UI component and a user interface;
Traversing the UI label-UI component relation tree to obtain the attribute of each UI component;
determining a json format corresponding to each UI component according to the attribute of each UI component;
Calling a function through the UI analysis tool;
And analyzing the UI component corresponding to the json format according to the function and the json format, and generating the corresponding HTML tag so as to realize the interaction between the UI component and the user interface.
2. the method for applying a UI component according to claim 1, wherein the determining a UI tag-UI component relationship tree according to the UI tag specifically comprises:
Generating a UI label relation tree according to the nesting relation of the UI labels;
rendering the UI label relation tree to obtain the UI label-UI component relation tree.
3. the method for applying a UI component according to claim 2, wherein the rendering the UI tag relationship tree to obtain a UI tag-UI component relationship tree specifically comprises:
rendering the UI label relation tree to obtain a preset UI label-UI component relation tree;
judging whether each UI component in the UI label-UI component relation tree contains items attribute;
if yes, generating a sub UI component corresponding to the items according to the items attribute;
and adding the sub UI component to the preset UI label-UI component relation tree to obtain the UI label-UI component relation tree.
4. The method for applying the UI component according to any one of claims 1-3, wherein the obtaining the UI label through the UI parsing tool specifically comprises:
Acquiring a native HTML tag;
calling JavaScript corresponding to the native HTML tag to analyze the native HTML tag;
And acquiring the UI label from the analyzed native HTML label through the UI analysis tool.
5. an application system for a UI component, the system comprising:
an acquisition module: the system comprises a UI analysis tool and a user interface module, wherein the UI analysis tool is used for acquiring a UI label through the UI analysis tool;
a building module: the system is used for establishing a UI label-UI component relation tree according to the UI label;
a determination module: the system comprises a UI component, a HTML tag and a user interface, wherein the UI component is used for determining an HTML tag corresponding to each UI component according to each UI component in the UI tag-UI component relation tree so as to realize the interaction between the UI component and the user interface;
the determining module comprises:
a first acquisition unit: the system is used for traversing the UI label-UI component relation tree and acquiring the attribute of each UI component;
a determination unit: determining a json format corresponding to each UI component according to the attribute of each UI component;
a first calling unit: the function is used for calling a function through the UI analysis tool;
a second generation unit: and the HTML tag is used for analyzing the UI component corresponding to the json format according to the function and the json format, and generating the corresponding HTML tag so as to realize the interaction between the UI component and the user interface.
6. the system according to claim 5, wherein the establishing module comprises:
a first generation unit: the system is used for generating a UI label relation tree according to the nesting relation of the UI labels;
A rendering unit: and the UI tag-UI component relation tree is obtained by rendering the UI tag relation tree.
7. the application system of the UI component according to claim 6, wherein the rendering unit comprises:
a rendering subunit: the UI label relation tree is rendered to obtain a preset UI label-UI component relation tree;
a judgment subunit: the method is used for judging whether each UI component in the UI label-UI component relation tree contains items attribute or not;
generating a subunit: generating a corresponding sub UI component according to the items attribute when the judgment result is yes;
adding a subunit: and the method is used for adding the sub UI component to the preset UI label-UI component relation tree to obtain the UI label-UI component relation tree.
8. The application system of the UI component according to any one of claims 5 to 7, wherein the obtaining module is specifically configured to:
And acquiring a native HTML tag, calling JavaScript corresponding to the native HTML tag to analyze the native HTML tag, and acquiring a UI tag from the analyzed native HTML tag through the UI analysis tool.
CN201710558087.8A 2017-07-10 2017-07-10 Application method and system of UI component Active CN107436927B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201710558087.8A CN107436927B (en) 2017-07-10 2017-07-10 Application method and system of UI component

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201710558087.8A CN107436927B (en) 2017-07-10 2017-07-10 Application method and system of UI component

Publications (2)

Publication Number Publication Date
CN107436927A CN107436927A (en) 2017-12-05
CN107436927B true CN107436927B (en) 2019-12-17

Family

ID=60460253

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201710558087.8A Active CN107436927B (en) 2017-07-10 2017-07-10 Application method and system of UI component

Country Status (1)

Country Link
CN (1) CN107436927B (en)

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN109343831A (en) * 2018-08-22 2019-02-15 平安普惠企业管理有限公司 A kind of management method and device of HTML component
CN110807761B (en) * 2019-09-18 2023-11-21 腾讯科技(深圳)有限公司 Method and device for generating annotation panel, storage medium and computer equipment

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102880708A (en) * 2012-09-28 2013-01-16 用友软件股份有限公司 Visual design system and method for implementing hypertext markup language (HTML) page
CN104407863A (en) * 2014-11-21 2015-03-11 用友软件股份有限公司 Abstract control model programming device and method
CN106371844A (en) * 2016-08-31 2017-02-01 北京奇艺世纪科技有限公司 Method and system for presenting webpage by native user interface assembly

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20140053063A1 (en) * 2012-08-14 2014-02-20 Microsoft Corporation User interface control framework for stamping out controls using a declarative template

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102880708A (en) * 2012-09-28 2013-01-16 用友软件股份有限公司 Visual design system and method for implementing hypertext markup language (HTML) page
CN104407863A (en) * 2014-11-21 2015-03-11 用友软件股份有限公司 Abstract control model programming device and method
CN106371844A (en) * 2016-08-31 2017-02-01 北京奇艺世纪科技有限公司 Method and system for presenting webpage by native user interface assembly

Also Published As

Publication number Publication date
CN107436927A (en) 2017-12-05

Similar Documents

Publication Publication Date Title
CN108984714B (en) Page rendering method and device, electronic equipment and computer readable medium
CN102819561B (en) Picture display method and device based on webpage
CN105094786B (en) Method and system based on JavaScript customized web page
CN109032917B (en) Page debugging method and system, mobile terminal and computer terminal
CN103873918B (en) Image processing method, device and terminal
US8082488B2 (en) Method for accessing a parent page while browsing web pages
CN107808010A (en) A kind of pop-up page generation method, device, browser and storage medium
US20170032494A1 (en) Methods for displaying a webpage fragment on a desktop and systems for taking a snapshot of webpage fragment for displaying on a desktop
CN102298599A (en) Method and system for browsing web pages in offline state
CN102831150B (en) Browser and local exchange method, system and the terminal applied
CN102662837A (en) Testing method and system of browser
CN105528369B (en) Webpage code-transferring method, device and server
CN102915318A (en) Method and device for positioning and searching information in browser
CN107436927B (en) Application method and system of UI component
CN102799764B (en) A kind of engineering calculation system of sing on web and method
CN101488154B (en) Words input implementing method used for web page
CN102508887A (en) System and method for resolving digital television interaction service markup language
CN101510220A (en) Method, apparatus and system for sending floating page to user side
CN104793933A (en) Method and system for displaying terminal data
CN103544209A (en) Method and system for web page access
CN105243088A (en) Method and apparatus for acquiring webpage content in Android system
CN117519877A (en) Rendering method and device of quick application card, storage medium and electronic equipment
CN112947900A (en) Web application development method and device, server and development terminal
CN110851678B (en) Method and device for crawling data
CN105338104A (en) Business request responding method, analysis method and analysis system

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant
CP01 Change in the name or title of a patent holder
CP01 Change in the name or title of a patent holder

Address after: 100190 17-19 / F, building a 1, 66 Zhongguancun East Road, Haidian District, Beijing

Patentee after: New Great Wall Technology Co.,Ltd.

Address before: 100190 17-19 / F, building a 1, 66 Zhongguancun East Road, Haidian District, Beijing

Patentee before: GREAT WALL COMPUTER SOFTWARE & SYSTEMS Inc.