CN115562652B - Component style processing method and system for low-code development platform - Google Patents

Component style processing method and system for low-code development platform Download PDF

Info

Publication number
CN115562652B
CN115562652B CN202211480760.8A CN202211480760A CN115562652B CN 115562652 B CN115562652 B CN 115562652B CN 202211480760 A CN202211480760 A CN 202211480760A CN 115562652 B CN115562652 B CN 115562652B
Authority
CN
China
Prior art keywords
style
component
styles
configuration
configurable
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
CN202211480760.8A
Other languages
Chinese (zh)
Other versions
CN115562652A (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.)
Jinxiandai Information Industry Co ltd
Original Assignee
Jinxiandai Information Industry 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 Jinxiandai Information Industry Co ltd filed Critical Jinxiandai Information Industry Co ltd
Priority to CN202211480760.8A priority Critical patent/CN115562652B/en
Publication of CN115562652A publication Critical patent/CN115562652A/en
Application granted granted Critical
Publication of CN115562652B publication Critical patent/CN115562652B/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/34Graphical or visual programming
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/20Software design
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/70Software maintenance or management
    • G06F8/71Version control; Configuration management
    • 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/445Program loading or initiating
    • G06F9/44505Configuring for program initiating, e.g. using registry, configuration files
    • G06F9/4451User profiles; Roaming
    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y02TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
    • Y02PCLIMATE CHANGE MITIGATION TECHNOLOGIES IN THE PRODUCTION OR PROCESSING OF GOODS
    • Y02P90/00Enabling technologies with a potential contribution to greenhouse gas [GHG] emissions mitigation
    • Y02P90/30Computing systems specially adapted for manufacturing

Abstract

The invention provides a component style processing method and a system for a low-code development platform, which belong to the technical field of low-code development component processing and comprise the following steps: when front-end program development is carried out in the low-code development platform, obtaining a component default style for the component in the page developed in the visual designer based on a default style library constructed in advance; the visual designer comprises a design area, a preview area and a style configuration area; for the selected components to be configured in the page, acquiring and displaying corresponding configurable items in the style configuration area based on the acquired default styles of the components; meanwhile, displaying selected components in the preview area, wherein the configurable item is editable, and the component style of the preview area is updated in real time along with the modification of the configuration item; after the visual configuration of the component styles in the page is realized, the corresponding configuration is stored, and the component style file is obtained.

Description

Component style processing method and system for low-code development platform
Technical Field
The invention belongs to the technical field of low-code development component processing, and particularly relates to a component style processing method and system for a low-code development platform.
Background
The statements in this section merely provide background information related to the present disclosure and may not necessarily constitute prior art.
In the scene of drawing web pages by using a low-code development platform development project, the component style is difficult to meet the actual project service requirement under the default configuration, and in most scenes, the front end specification of the development project has different scenes in each web page on the premise of unifying standards.
The inventor finds that the component styles under the low code development scene comprise common styles (fonts, width and height and the like) and interactive styles (mouse suspension styles, focus acquisition styles, component read-only styles, component forbidden styles, list element verification error styles and the like) of components, and the components of the same type often need to be configured with the same styles, so that the uniform styles are kept; different style specifications may exist among the same components in different page scenes in the same project, so that the existing method needs to perform style configuration or style file writing on various components of each page respectively, cannot effectively ensure the unified style of the components of the same type, consumes a great amount of time for developers, and is extremely low in development efficiency.
Disclosure of Invention
In order to solve the problems, the invention provides a component style processing method and a system for a low-code development platform, wherein when the low-code development platform development project is used, a public style, an interactive style and a private style of a component are configured in a visual editor mode, and a non-front-end developer can also modify a page style, so that the page style is obtained, and the workload of development and debugging in the project is effectively reduced; meanwhile, the common mode of different components can realize the configuration of a plurality of components of different types through one configuration of the configuration item, so that the configuration efficiency of the component modes is improved.
According to a first aspect of an embodiment of the present invention, there is provided a component style processing method for a low-code development platform, including:
when front-end program development is carried out in the low-code development platform, obtaining a component default style for the component in the page developed in the visual designer based on a default style library constructed in advance; the visual designer comprises a design area, a preview area and a style configuration area;
for the selected components to be configured in the page, acquiring and displaying corresponding configurable items in the style configuration area based on the acquired default styles of the components; meanwhile, displaying selected components in the preview area, wherein the configurable item is editable, and the component style of the preview area is updated in real time along with the modification of the configuration item;
after the visual configuration of the component styles in the page is realized, the corresponding configuration is stored, and the component style file is obtained.
Further, when a plurality of components of different types are selected for style configuration, inter-component configurable style comparison is performed, style configurable items common to the selected components are screened out, and are displayed in the style configuration area, and configuration of the components of different types is realized through one-time configuration of the configuration items.
Further, the default style library is a pre-constructed template library, wherein the color matching of the style library and the style of the assembly are modifiable settings, and specifically satisfy the following constraints: only one set of theme colors is arranged under the same style base; the same style gallery includes at least one component style for the same component.
Further, the component styles include a public style including fonts and wide-high configurations, an interactive style including a mouse hover style, a focus-time style, a component read-only style, a component disable style, and a form element validation error style, and a private style that is a unique style of different types of component style panel configurations.
Further, the configuration of the component styles respectively carries out the configuration of corresponding configuration items according to the classifications of the public styles, the interactive styles and the private styles, wherein the configuration items are preset as non-configurable items and configurable items by a developer according to the component types.
According to a second aspect of an embodiment of the present invention, there is provided a component style processing system for a low code development platform, including:
a component default style acquisition unit configured to acquire a component default style for a component in a page developed in the visual designer based on a default style library constructed in advance when front-end program development is performed in the low-code development platform; the visual designer comprises a design area, a preview area and a style configuration area;
the component configuration unit is configured to acquire and display corresponding configurable items in the style configuration area based on the acquired default style of the component for the selected component to be configured in the page; meanwhile, displaying selected components in the preview area, wherein the configurable item is editable, and the component style of the preview area is updated in real time along with the modification of the configuration item;
and the style file acquisition unit is configured to store corresponding configuration after the visual configuration of the component styles in the page is realized, and acquire the component style file.
Compared with the prior art, the invention has the beneficial effects that:
(1) The invention provides a method and a system for processing a component style of a low-code development platform, wherein when the low-code development platform development project is used, public style, interactive style and private style of the component are configured in an editor mode, page styles can be modified by front-end developers and non-front-end developers, and the workload of development and debugging in the project is reduced; the generated public patterns are applied to pages generated by the visual designer, the private patterns can be modified at any time, and when the later-stage project is maintained, the maintenance cost is greatly reduced, and the client requirements are flexibly met.
(2) The scheme of the invention can realize the configuration of a plurality of different types of components through one-time configuration of the configuration items for the common style of different components, thereby improving the configuration efficiency of the component style.
Additional aspects of the invention 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 invention.
Drawings
The accompanying drawings, which are included to provide a further understanding of the invention and are incorporated in and constitute a part of this specification, illustrate embodiments of the invention and together with the description serve to explain the invention.
FIG. 1 is a schematic diagram of classifying component styles according to an embodiment of the present invention;
FIG. 2 is a schematic diagram of a common pattern configuration according to an embodiment of the present invention;
FIG. 3 is a schematic diagram of an application process of a component style processing method according to an embodiment of the present invention;
FIG. 4 is a flow chart of a method for processing a component style for a low-code development platform according to an embodiment of the present invention.
Detailed Description
The invention is further described below with reference to the drawings and examples.
It should be noted that the following detailed description is illustrative and is intended to provide further explanation of the invention. Unless defined otherwise, all technical and scientific terms used herein have the same meaning as commonly understood by one of ordinary skill in the art to which this invention belongs.
It is noted that the terminology used herein is for the purpose of describing particular embodiments only and is not intended to be limiting of exemplary embodiments according to the present invention. As used herein, the singular is also intended to include the plural unless the context clearly indicates otherwise, and furthermore, it is to be understood that the terms "comprises" and/or "comprising" when used in this specification are taken to specify the presence of stated features, steps, operations, devices, components, and/or combinations thereof.
Embodiments of the invention and features of the embodiments may be combined with each other without conflict.
Term interpretation:
low code development platform: the Low code development platform (LCDP: low-Code Development Platform) is a development platform that can quickly generate an application program without encoding (0 code) or with a small amount of code. By means of visualization, application development methods (refer to visual programming languages) enable developers with different experience levels to create web pages and mobile applications through a graphical user interface using drag components and model driven logic.
Common style: in the low code development scene, unified style specifications of components of the same type;
private style: in a low code development scenario, a style specification unique to a component;
interaction style: in a low code development scenario, the component is in a pattern specification in a state of hovering, pressing, selecting and disabling, read-only and the like of a mouse.
Embodiment one:
an object of the present embodiment is to provide a component style processing method for a low-code development platform.
As shown in fig. 4, a component style processing method for a low code development platform includes:
when front-end program development is carried out in the low-code development platform, obtaining a component default style for the component in the page developed in the visual designer based on a default style library constructed in advance; the visual designer comprises a design area, a preview area and a style configuration area;
for the selected components to be configured in the page, acquiring and displaying corresponding configurable items in the style configuration area based on the acquired default styles of the components; meanwhile, displaying selected components in the preview area, wherein the configurable item is editable, and the component style of the preview area is updated in real time along with the modification of the configuration item;
after the visual configuration of the component styles in the page is realized, the corresponding configuration is stored, and the component style file is obtained.
Further, when a plurality of components of different types are selected for style configuration, inter-component configurable style comparison is performed, style configurable items common to the selected components are screened out, and are displayed in the style configuration area, and configuration of the components of different types is realized through one-time configuration of the configuration items.
Further, the default style library is a pre-constructed template library, wherein the color matching of the style library and the style of the assembly are modifiable settings, and specifically satisfy the following constraints: only one set of theme colors is arranged under the same style base; the same style gallery includes at least one component style for the same component.
Further, as shown in FIG. 1, the types of component styles are divided into a public style including a public style gallery, a style gallery color matching, and a style gallery component public style (e.g., font and wide-high configuration), an interactive style including a mouse suspension style, a focus-time style, a component read-only style, a component disable style, and a form unit verification error style, and a private style (i.e., a unique style of a style panel configuration), which is a unique style of a different type of component style panel configuration, as shown in FIG. 2.
Further, the configuration of the component styles respectively carries out the configuration of corresponding configuration items according to the classifications of the public styles, the interactive styles and the private styles, wherein the configuration items are preset as non-configurable items and configurable items by a developer according to the component types.
Further, as shown in fig. 3, the specific application process of the solution in this embodiment mainly includes the processing of the initial loading stage and the component rendering stage of the visual designer, which is based on the above-mentioned component style processing method for the low-code development platform, and is specifically:
when a visual designer in a low-code development platform is initially loaded (i.e., when the visual designer is initially run), a style library list is acquired, a component custom style is generated, or a default style library is created, a component default style is generated, and an internal style (e.g., created based on a < style > attribute in HTML) is created in a page element, the content of which is the acquired component style. The style library list is a common style of a component which is customized by a developer in advance, and when the common style of the component is not predefined, a default style library is created.
When the components are rendered (namely, when one component is dragged out in a visual designer of the low-code development platform), the common style of the components is acquired, if the common style does not exist, the default styles (default Values) defined in the components are acquired, the internal styles < style > are created in page elements, and the content is the acquired style of the components. The interactive style of the component is acquired, an internal style < style > is created in the page element, and the content is the acquired interactive style of the component.
Further, the developer defines public style, interactive style and private style which can be configured according to the component type, and obtains and displays corresponding configuration items in a style configuration area of the visual designer.
Furthermore, the user can modify the color matching and the component styles of the default style library, or can create a new style library and set the new style library as the default style library, only one set of theme colors is set under the same style library, the same component of the same style library can define various component styles, and the created or modified style library file is stored under a designated directory.
Furthermore, in addition to the configuration of public styles and private styles for a single component, the scheme of the embodiment can also obtain the configurable styles of each component by selecting multiple types of components such as buttons, labels and the like in canvas, perform inter-component configurable style comparison, screen out the common style configuration items of the selected components and display in the style configuration area of the visual designer, and sequentially generate the style codes of the selected components at the designated positions of the page through one-time configuration.
The scheme of the embodiment effectively solves the following problems:
1) When a low-code development platform is used for developing a project, the theme colors and the component styles which accord with the style of the project are configured in a visual mode, the preview area component styles take effect immediately, and a style file is generated under a specified catalog after the preview area component styles are stored.
2) The interactive style of the component is subjected to visual configuration, the style of the preview region component takes effect immediately, and a style file is generated under a specified directory after the style is stored, so that a developer does not need to write the style file.
3) And simultaneously selecting a plurality of components of different types, configuring a common style in a visual mode, enabling the style of the components in the preview area to take effect immediately, and generating a style code at a designated position of the page.
When the scheme of the embodiment is used for developing a project by using a low-code platform, public patterns, interactive patterns and private patterns of the components are configured in an editor mode, front-end developers and non-front-end developers can modify page patterns, and the development and debugging workload in the project is reduced; the generated public patterns are applied to pages generated by the visual designer, the private patterns can be modified at any time, and when the later-stage project is maintained, the maintenance cost is greatly reduced, and the client requirements are flexibly met. Meanwhile, the common mode of the scheme for different components can realize the configuration of a plurality of components in different types through one-time configuration of the configuration item, so that the configuration efficiency of the component modes is improved.
Embodiment two:
an object of the present embodiment is a component style processing system for a low code development platform.
A component style processing system for a low code development platform, comprising:
a component default style acquisition unit configured to acquire a component default style for a component in a page developed in the visual designer based on a default style library constructed in advance when front-end program development is performed in the low-code development platform; the visual designer comprises a design area, a preview area and a style configuration area;
the component configuration unit is configured to acquire and display corresponding configurable items in the style configuration area based on the acquired default style of the component for the selected component to be configured in the page; meanwhile, displaying selected components in the preview area, wherein the configurable item is editable, and the component style of the preview area is updated in real time along with the modification of the configuration item;
and the style file acquisition unit is configured to store corresponding configuration after the visual configuration of the component styles in the page is realized, and acquire the component style file.
Further, when a plurality of components of different types are selected for style configuration, inter-component configurable style comparison is performed, style configurable items common to the selected components are screened out, and are displayed in the style configuration area, and configuration of the components of different types is realized through one-time configuration of the configuration items.
Further, the default style library is a pre-constructed template library, wherein the color matching of the style library and the style of the assembly are modifiable settings, and specifically satisfy the following constraints: only one set of theme colors is arranged under the same style base; the same style gallery includes at least one component style for the same component.
Further, the system in this embodiment corresponds to the method in the first embodiment, and the technical details thereof have been described in detail in the first embodiment, so they are not described herein.
Those of ordinary skill in the art will appreciate that the elements of the various examples described in connection with the present embodiments, i.e., the algorithm steps, can be implemented as electronic hardware or combinations of computer software and electronic hardware. Whether such functionality is implemented as hardware or software depends upon the particular application and design constraints imposed on the solution. Skilled artisans may implement the described functionality in varying ways for each particular application, but such implementation decisions should not be interpreted as causing a departure from the scope of the present invention.
The component style processing method and the system for the low-code development platform provided by the embodiment can be realized, and have wide application prospects.
The above description is only of the preferred embodiments of the present invention and is not intended to limit the present invention, but various modifications and variations can be made to the present invention by those skilled in the art. Any modification, equivalent replacement, improvement, etc. made within the spirit and principle of the present invention should be included in the protection scope of the present invention.

Claims (4)

1. A component style processing method for a low code development platform, comprising:
when front-end program development is carried out in the low-code development platform, obtaining a component default style for the component in the page developed in the visual designer based on a default style library constructed in advance; the visual designer comprises a design area, a preview area and a style configuration area;
for the selected components to be configured in the page, acquiring and displaying corresponding configurable items in the style configuration area based on the acquired default styles of the components; meanwhile, displaying selected components in the preview area, wherein the configurable item is editable, and the component style of the preview area is updated in real time along with the modification of the configuration item; the component styles comprise public styles, interactive styles and private styles, wherein the public styles comprise fonts and wide-high configurations, the interactive styles comprise mouse suspension styles, focus-time acquisition styles, component read-only styles, component forbidden styles and sheet element verification error styles, and the private styles are unique styles of different types of component style panel configurations;
when a plurality of components of different types are selected for style configuration, comparing configurable styles among the components, screening out configurable style items common to the selected components, displaying the configurable style items in the style configuration area, and configuring the components of different types by configuring the configuration items once; the configuration of the component styles respectively carries out the configuration of corresponding configuration items according to the classification of the public styles, the interaction styles and the private styles, wherein the configuration items are preset as non-configurable items and configurable items by a developer according to the component types;
after the visual configuration of the component styles in the page is realized, the corresponding configuration is stored, and the component style file is obtained.
2. The method for processing component patterns of a low-code development platform according to claim 1, wherein the default pattern library is a pre-constructed template library, and the color matching of the pattern library and the component patterns are modifiable settings, specifically satisfying the following constraints: only one set of theme colors is arranged under the same style base; the same style gallery includes at least one component style for the same component.
3. A component style processing system for a low code development platform, comprising:
a component default style acquisition unit configured to acquire a component default style for a component in a page developed in the visual designer based on a default style library constructed in advance when front-end program development is performed in the low-code development platform; the visual designer comprises a design area, a preview area and a style configuration area;
the component configuration unit is configured to acquire and display corresponding configurable items in the style configuration area based on the acquired default style of the component for the selected component to be configured in the page; meanwhile, displaying selected components in the preview area, wherein the configurable item is editable, and the component style of the preview area is updated in real time along with the modification of the configuration item; the component styles comprise public styles, interactive styles and private styles, wherein the public styles comprise fonts and wide-high configurations, the interactive styles comprise mouse suspension styles, focus-time acquisition styles, component read-only styles, component forbidden styles and sheet element verification error styles, and the private styles are unique styles of different types of component style panel configurations;
when a plurality of components of different types are selected for style configuration, comparing configurable styles among the components, screening out configurable style items common to the selected components, displaying the configurable style items in the style configuration area, and configuring the components of different types by configuring the configuration items once; the configuration of the component styles respectively carries out the configuration of corresponding configuration items according to the classification of the public styles, the interaction styles and the private styles, wherein the configuration items are preset as non-configurable items and configurable items by a developer according to the component types;
and the style file acquisition unit is configured to store corresponding configuration after the visual configuration of the component styles in the page is realized, and acquire the component style file.
4. The component style processing system for a low code development platform of claim 3, wherein the default style gallery is a pre-built template gallery, wherein the style gallery color and component styles are modifiable settings, specifically satisfying the following constraints: only one set of theme colors is arranged under the same style base; the same style gallery includes at least one component style for the same component.
CN202211480760.8A 2022-11-24 2022-11-24 Component style processing method and system for low-code development platform Active CN115562652B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202211480760.8A CN115562652B (en) 2022-11-24 2022-11-24 Component style processing method and system for low-code development platform

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202211480760.8A CN115562652B (en) 2022-11-24 2022-11-24 Component style processing method and system for low-code development platform

Publications (2)

Publication Number Publication Date
CN115562652A CN115562652A (en) 2023-01-03
CN115562652B true CN115562652B (en) 2023-08-15

Family

ID=84770605

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202211480760.8A Active CN115562652B (en) 2022-11-24 2022-11-24 Component style processing method and system for low-code development platform

Country Status (1)

Country Link
CN (1) CN115562652B (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN117667063B (en) * 2024-02-01 2024-04-05 深圳代码兄弟技术有限公司 Control method and device for low-code development platform and readable storage medium

Citations (14)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107544806A (en) * 2017-09-04 2018-01-05 江苏中威科技软件系统有限公司 Visualize list method for drafting
CN108874389A (en) * 2018-06-27 2018-11-23 中国建设银行股份有限公司 front end page development framework
CN111506310A (en) * 2020-03-24 2020-08-07 平安国际智慧城市科技股份有限公司 Method, device and equipment for generating multi-platform style and storage medium
CN111562912A (en) * 2020-04-08 2020-08-21 北京邮电大学 Front-end component development method and system for data visualization
CN111736884A (en) * 2020-06-22 2020-10-02 平安医疗健康管理股份有限公司 Componentization method and system
CN111984902A (en) * 2020-09-01 2020-11-24 平安养老保险股份有限公司 Visual page configuration method, system, computer equipment and storage medium
CN113391808A (en) * 2021-07-08 2021-09-14 北京沃东天骏信息技术有限公司 Page configuration method and device and electronic equipment
CN113760285A (en) * 2021-08-09 2021-12-07 上海数禾信息科技有限公司 Page configuration method and device, computer equipment and page display method
CN113849165A (en) * 2021-09-28 2021-12-28 航天科工网络信息发展有限公司 Customizable low-code front-end development framework and method based on visual dragging
CN114461200A (en) * 2022-01-27 2022-05-10 广东精工智能系统有限公司 Low-code development application and method based on cloud SaaS platform
CN114489648A (en) * 2022-01-27 2022-05-13 竹间智能科技(上海)有限公司 Page generation method, system, terminal and medium
CN114489610A (en) * 2022-02-15 2022-05-13 北京智达互动科技有限公司 Page visualization dynamic component configuration method and system
CN114527970A (en) * 2022-01-26 2022-05-24 朗新科技集团股份有限公司 WYSIWYG (what you see is what you get) low-code software interface design development system
CN114780077A (en) * 2022-04-18 2022-07-22 厦门稿定股份有限公司 Webpage visual editing device and method

Patent Citations (14)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107544806A (en) * 2017-09-04 2018-01-05 江苏中威科技软件系统有限公司 Visualize list method for drafting
CN108874389A (en) * 2018-06-27 2018-11-23 中国建设银行股份有限公司 front end page development framework
CN111506310A (en) * 2020-03-24 2020-08-07 平安国际智慧城市科技股份有限公司 Method, device and equipment for generating multi-platform style and storage medium
CN111562912A (en) * 2020-04-08 2020-08-21 北京邮电大学 Front-end component development method and system for data visualization
CN111736884A (en) * 2020-06-22 2020-10-02 平安医疗健康管理股份有限公司 Componentization method and system
CN111984902A (en) * 2020-09-01 2020-11-24 平安养老保险股份有限公司 Visual page configuration method, system, computer equipment and storage medium
CN113391808A (en) * 2021-07-08 2021-09-14 北京沃东天骏信息技术有限公司 Page configuration method and device and electronic equipment
CN113760285A (en) * 2021-08-09 2021-12-07 上海数禾信息科技有限公司 Page configuration method and device, computer equipment and page display method
CN113849165A (en) * 2021-09-28 2021-12-28 航天科工网络信息发展有限公司 Customizable low-code front-end development framework and method based on visual dragging
CN114527970A (en) * 2022-01-26 2022-05-24 朗新科技集团股份有限公司 WYSIWYG (what you see is what you get) low-code software interface design development system
CN114461200A (en) * 2022-01-27 2022-05-10 广东精工智能系统有限公司 Low-code development application and method based on cloud SaaS platform
CN114489648A (en) * 2022-01-27 2022-05-13 竹间智能科技(上海)有限公司 Page generation method, system, terminal and medium
CN114489610A (en) * 2022-02-15 2022-05-13 北京智达互动科技有限公司 Page visualization dynamic component configuration method and system
CN114780077A (en) * 2022-04-18 2022-07-22 厦门稿定股份有限公司 Webpage visual editing device and method

Also Published As

Publication number Publication date
CN115562652A (en) 2023-01-03

Similar Documents

Publication Publication Date Title
US11188319B2 (en) Systems and methods for entry point-based code analysis and transformation
US20200371760A1 (en) Systems and methods for code clustering analysis and transformation
US11436006B2 (en) Systems and methods for code analysis heat map interfaces
CN105511873B (en) User interface control display method and device
CN110045894B (en) System and method for dialog box customization
Dixon et al. Prefab: implementing advanced behaviors using pixel-based reverse engineering of interface structure
US8806429B2 (en) Dynamic generation of formatted user interfaces in software environments
JP2019531524A (en) Website construction system and method for website construction system
CN101374213A (en) Implementing method for self-defining television human-machine interface
CN106484432A (en) A kind of progress bar method for customizing, device and progress bar
JP7373563B2 (en) Systems and methods for creating and processing configurable applications for website building systems
CN115562652B (en) Component style processing method and system for low-code development platform
US20210247967A1 (en) Design interface object manipulation based on aggregated property values
CN110020356A (en) A kind of code generating method of page module, apparatus and system
CN112364496B (en) Avionics simulation panel generation system based on HTML5 and VUE technologies
CN114546364A (en) Configuration method of visual chart assembly
JP2020524837A (en) System and method for smart interaction between website components
CN112685025A (en) Method and system for quickly building front-end page
US20100251187A1 (en) Localized information-preserving levels in model visualization
CN113515275A (en) WYSIWYG cloud industrial configuration software system and development method thereof
CN111199138A (en) Method, system, server and storage medium for stroking bullet screen containing Emoji expression by using QML (QML)
CN114153442A (en) Large-screen visualization page configuration method and system based on visualization component
CN114237593A (en) Front-end page generation method, computer device and storage medium
Salehi ImageMagick Tricks Web Image Effects from the Command Line and PHP
CN115080044B (en) Processing method and device of combined assembly, front-end equipment and storage medium

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