CN114564252A - Event configuration method, system, equipment and medium for low-code platform - Google Patents

Event configuration method, system, equipment and medium for low-code platform Download PDF

Info

Publication number
CN114564252A
CN114564252A CN202210203658.7A CN202210203658A CN114564252A CN 114564252 A CN114564252 A CN 114564252A CN 202210203658 A CN202210203658 A CN 202210203658A CN 114564252 A CN114564252 A CN 114564252A
Authority
CN
China
Prior art keywords
page
component
configuration
event
action
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
CN202210203658.7A
Other languages
Chinese (zh)
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.)
OneConnect Financial Technology Co Ltd Shanghai
Original Assignee
OneConnect Financial Technology Co Ltd Shanghai
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 OneConnect Financial Technology Co Ltd Shanghai filed Critical OneConnect Financial Technology Co Ltd Shanghai
Priority to CN202210203658.7A priority Critical patent/CN114564252A/en
Publication of CN114564252A publication Critical patent/CN114564252A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • 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
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/40Transformation of program code
    • G06F8/41Compilation
    • G06F8/42Syntactic analysis
    • G06F8/427Parsing
    • 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)
  • Software Systems (AREA)
  • Theoretical Computer Science (AREA)
  • General Engineering & Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Human Computer Interaction (AREA)
  • User Interface Of Digital Computer (AREA)

Abstract

The invention relates to the technical field of computers, and provides an event configuration method, an event configuration system, event configuration equipment and an event configuration medium for a low-code platform. The low-code platform event configuration method comprises the following steps: acquiring event configuration information, and creating the target event according to the event configuration information; acquiring a form page from a preset page set according to the event configuration information, and loading the form page to the target event; responding to the component configuration operation of the form page, and configuring a form component for the form page; and responding to the action configuration operation of the form component, configuring a logic action for the form component, and combining the logic action to generate a logic function of the target event. The invention can configure the logic actions of the flow class besides the actions of the data chart class so as to form more complex logic functions, and can give play to the configuration superiority of the low-code platform more greatly, so that the configuration event process is clearer and more reasonable.

Description

Event configuration method, system, equipment and medium for low-code platform
Technical Field
The present invention relates to the field of computer technologies, and in particular, to a method, a system, a device, and a medium for configuring an event of a low-code platform.
Background
The Low Code Development Platform (LCDP) is a development platform that can quickly generate an application without encoding (0 code) or with a small amount of code. The method for developing the application program through visualization (referring to a visual programming language) enables developers with different experience levels to create web pages and mobile application programs through a graphical user interface by using a dragging component and model-driven logic.
At present, a plurality of low-code platforms exist in the industry, and the low-code platforms frequently appear in the application of the Internet industry, so that the aim of reducing the development cost and realizing the cost reduction and the production efficiency of enterprises is fulfilled. However, in practical research, most low-code platforms can only perform simple logic function configuration on each component on an application page in a specific scene, and cannot flexibly configure complex functions of multiple logic actions and realize interactive configuration among multiple components according to the application scene. Therefore, it is desirable to design an event configuration system and method of a low-code platform to provide more rational and friendly interactive configuration when configuring events and provide visual configuration of complex logic events for users.
It is to be noted that the information disclosed in the above background section is only for enhancement of understanding of the background of the present disclosure, and thus may include information that does not constitute prior art known to those of ordinary skill in the art.
Disclosure of Invention
An object of the present invention is to provide an event configuration method, system, device and medium for a low-code platform, thereby overcoming, at least to some extent, one or more of the problems due to the limitations and disadvantages of the related art.
To achieve the above and other related objects, the present invention further provides a low code platform event configuration method, including:
acquiring event configuration information, and creating the target event according to the event configuration information;
acquiring a form page from a preset page set according to the event configuration information, and loading the form page to the target event;
responding to the component configuration operation of the form page, and configuring a form component for the form page;
and responding to the action configuration operation of the form component, configuring a logic action for the form component, and combining the logic action to generate a logic function of the target event.
In an embodiment of the present invention, the obtaining event configuration information and creating the target event according to the event configuration information includes:
acquiring event configuration information, wherein the event configuration information comprises a name, an identification and demand information of a target event to be created;
and creating the target event according to the event configuration information.
In an embodiment of the present invention, the obtaining a form page from a preset page set according to the event configuration information, and loading the form page to the target event includes:
analyzing the demand information from the event configuration information;
acquiring a form page from a page set preset by a low-code platform according to the demand information;
and loading the form page to the target event.
In an embodiment of the present invention, the configuring, in response to the component configuration operation on the form page, a form component for the form page includes:
leading out a form configuration page from the form page, wherein the form configuration page comprises a form component container and a page design area, the form component container comprises a plurality of form components, and the form components are arranged in the form of visual graphics in the form component container;
responding to the component configuration operation of the form page in the form configuration page by a user, and configuring form components for the form page; wherein the component configuration operation is an operation of dragging the form component in the form container to the page design area in the form configuration page by a user.
In an embodiment of the present invention, the configuring, in response to the user performing the component configuration operation on the form page in the form configuration page, a component configuration operation for the form page includes:
configuring a command component in the form container component to a first drag position in the page design area for providing a text box into which data, formulas, instructions or text can be input in response to a first component configuration operation of the form page by a user in the form configuration page;
responding to a second component configuration operation of the form page in the form configuration page by a user, and configuring a general component in the form container component to a second dragging position corresponding to the command component in the page design area so as to provide a general frame for displaying a set name and a set identifier;
and responding to a third component configuration operation of the form page in the form configuration page by the user, and configuring an action component in the form container component to a third dragging position corresponding to the command component in the page design area for providing a behavior box for setting behaviors or actions.
In an embodiment of the present invention, the configuring a logical action for the form component in response to the action configuration operation on the form component, and combining the logical actions to generate the logical function of the target event includes:
a form component is used for drawing out an action design page, wherein the action design page comprises a plurality of logic actions;
and responding to the action configuration operation of the user on the form component on the action design page, configuring at least one logic action for the form component, and combining the at least one logic action to generate the logic function of the target event.
In an embodiment of the present invention, the logic function, in response to an action configuration operation of the user on the form component on the action design page, configuring at least one of the logic actions for the form component, and combining at least one of the logic actions to generate the target event, includes:
acquiring action configuration operation of a user on the form component in the action design page, wherein the action configuration operation is at least one logic action of adding the form component in the action design page by the user in a selection manner, such as a skip page, a pop-up window, a call interface, backfilling to a variable or condition assignment, and a relation relationship between the at least one logic action;
and responding to the action configuration operation of the form component on the action design page by a user, configuring the at least one logic action for the form component, and mutually connecting the at least one logic action in a cascading, binding or logic function mode to form a logic function required by the target event in a combined mode.
To achieve the above and other related objects, the present invention provides an event configuration system of a low code platform, comprising:
the event creating module is used for acquiring event configuration information and creating the target event according to the event configuration information;
the page specifying module is used for acquiring a form page from a preset page set according to the event configuration information and loading the form page to the target event;
the form configuration module is used for responding to the component configuration operation of the form page and configuring form components for the form page;
and the action configuration module is used for responding to the action configuration operation of the form component, configuring a logic action for the form component and combining the logic action to generate a logic function of the target event.
To achieve the above and other related objects, the present invention further provides an electronic device, which includes a memory, a processor, and a computer program stored in the memory and running on the processor, wherein the processor implements the steps of the method when executing the computer program.
To achieve the above and other related objects, the present invention also provides a computer-readable storage medium on which a computer program is stored, the computer program implementing the steps of the above method when executed by a processor.
The event configuration method, the system, the equipment and the medium of the low-code platform can configure at least one logic action for the form component of a specified form page in a created target event, and correlate the at least one logic action configured for the form component by utilizing cascade selection or a logic function, thereby finally obtaining the logic function required by the target event. The event configuration method, system, device and medium of the low-code platform are different from the configuration system of the common low-code platform on the market, and can configure logic actions of a flow class besides actions of a configuration data chart class, such as: the method has the advantages that the method is not limited by scenes, configures more complicated logic functions, can give play to the configuration superiority of a low-code platform, and enables visual interaction in the process of configuring events to be clearer and more reasonable.
Drawings
The features and advantages of the present invention will be more clearly understood by reference to the accompanying drawings, which are illustrative and not to be construed as limiting the invention in any way, and in which:
FIG. 1 is a flowchart illustrating a method for configuring low code platform events according to an embodiment of the present invention;
FIG. 2 is a flowchart illustrating step S1 of the event configuration method for the low-code platform according to an embodiment of the present invention;
FIG. 3 is a flowchart illustrating step S2 of the event configuration method for the low-code platform according to an embodiment of the present invention;
FIG. 4 is a flowchart illustrating step S3 of the event configuration method for the low-code platform according to an embodiment of the present invention;
FIG. 5 is a flowchart illustrating the step S32 in the event configuration method of the low-code platform according to an embodiment of the invention
FIG. 6 is a flowchart illustrating step S4 of the event configuration method for the low-code platform according to an embodiment of the present invention;
FIG. 7 is a flowchart illustrating step S42 of the event configuration method for the low-code platform according to an embodiment of the present invention;
FIG. 8 is a block diagram of an event configuration system of a low-code platform according to an embodiment of the invention
Fig. 9 is a schematic structural diagram of an electronic device according to an embodiment of the invention.
Detailed Description
The embodiments of the present invention are described below with reference to specific embodiments, and other advantages and effects of the present invention will be easily understood by those skilled in the art from the disclosure of the present specification. The invention is capable of other and different embodiments and of being practiced or of being carried out in various ways, and its several details are capable of modification in various respects, all without departing from the spirit and scope of the present invention.
Please refer to fig. 1-7. It should be noted that the drawings provided in the present embodiment are only for illustrating the basic idea of the present invention, and the components related to the present invention are only shown in the drawings rather than drawn according to the number, shape and size of the components in actual implementation, and the type, quantity and proportion of the components in actual implementation may be changed freely, and the layout of the components may be more complicated.
FIG. 1 is a flow diagram illustrating a low-code platform event configuration method of the present invention.
The Low Code Development Platform (LCDP) is called a Low-Code Development Platform in English, and has the remarkable characteristic that more people can participate in the Development of the application program, so that not only programmers with professional programming ability but also business personnel with non-technical background can construct the application; for large enterprises, the low-code development platform can also reduce the initial cost of IT team training and technology deployment.
The Low Code Development Platform (LCDP) is a development platform that can quickly generate an application without encoding (0 code) or with a small amount of code. The method for developing the application program through visualization (referring to a visual programming language) enables developers with different experience levels to create web pages and mobile application programs through a graphical user interface by using a dragging component and model-driven logic.
An event configuration method for a low-code platform comprises the following steps:
s1, acquiring event configuration information, and creating the target event according to the event configuration information; (ii) a
Specifically, as shown in fig. 2, the obtaining event configuration information and creating the target event according to the event configuration information includes:
s11, acquiring event configuration information, wherein the event configuration information comprises the name, the identification and the requirement information of a target event to be created;
and S12, creating the target event according to the event configuration information.
The event configuration information is used for a user to enter the name, the identification and the requirement information of a target event to be created in an event design page of the low-code platform 100 so as to create the target event.
An interface of an event design page is arranged in a visual interactive interface of the low-code platform 100, and a user can complete creation of a target event by clicking a trigger loading event design page, setting target event information in the event design page and submitting the target event information. In this step, the low-code platform 100 acquires the event configuration information entered by the user through aggregation to create a catalog of target events on the event design page, and the user can perform the next configuration on the target events. Target event information input by a user in an event design page comprises information such as the name, the identifier and the requirement of a target event to be created, and the information such as the name, the identifier and the requirement of the target event can be directly and manually input in the event design page visualized in the low-code platform 100. Specifically, the entered target event name information may be stored and displayed in an event pool of the low-code platform 100 along with the target event, so that a user may directly call the relevant target event from the event pool by selecting or inputting an event name according to a requirement when the low-code platform 100 configures an application; the input target event identification information can be displayed in a visual graph form in the page of the low-code platform 100 along with the target event, so that when a user configures an application or a more complex logic event, the related target event is dragged to an operation object or a form component from the event pool according to requirements; the input target event demand information can be hidden under the name or the identifier of the target event in the event pool of the low-code platform 100, and the input information is displayed under the name or the identifier of the target event through click triggering, so that a user can quickly obtain the demand information of the target event when configuring an application.
Then, step S2 is executed, a form page is obtained from a preset page set according to the event configuration information, and the form page is loaded to the target event;
specifically, as shown in fig. 3, the obtaining a form page from a preset page set according to the event configuration information, and loading the form page to the target event includes:
s21, analyzing the demand information from the event configuration information;
s22, obtaining a form page from a page set preset in the low-code platform 100 according to the requirement information, where the page set preset in the low-code platform 100 is a page set composed of all form pages included in the application configured for the event at this time;
and S23, loading the form page to the target event, specifically, loading the form page to an event design page of the target event.
Then, executing step S3, responding to the component configuration operation on the form page, and configuring a form component for the form page;
specifically, as shown in fig. 4, the configuring, in response to the component configuration operation on the form page, a form component for the form page includes:
s31, leading out a form configuration page from the form page, wherein the form configuration page comprises a form component container and a page design area, the form component container comprises a plurality of form components, and the form components are arranged in the form of visual graphics in the form component container;
s32, responding to the component configuration operation of the form page in the form configuration page by a user, and configuring form components for the form page; wherein the component configuration operation is an operation of dragging the form component in the form container to the page design area in the form configuration page by a user.
In this embodiment, the form configuration page includes a form component container 120 and a page design area, the form component container 120 and the page design area of the form configuration page, which are drawn from the form page, are arranged in two independent areas in a visual graphic module form, the form component container 120 includes various form components, and displays the various form components in a visual graphic form in the area where the form component container 120 is located, and the page design area is used for displaying the loaded form page and the form components that can be edited in the form page.
Meanwhile, the form component container 120 and the page design area in the loaded form configuration page are arranged in two independent areas in a visual graphic module form, when the form components in the form page are configured, the form components in the form component container 120 are dragged to the page design area based on the requirement information of the target event, and the addition and layout of the form components related to the target event in the form page are realized by dragging different form components to different positions of the page design area.
Wherein the form components in the form component container 120 include: general components, command components, and action components, among others. The universal component is a universal frame for displaying a set name and a set identifier, for example, the universal component comprises a table component such as a character identifier, a graphic identifier, a date and a time, and the size of the universal frame and the name and the identifier for displaying can be set in a self-defined manner; the command component is a text box for providing input data, formulas, instructions or text, for example, the command component may include an input box, a multi-line input box, or other form component; the action component is a behavior box for setting a behavior or an action, and for example, the action component includes a single drop-down selection, a multiple drop-down selection, a cascade selection, and other form components.
In addition, the form component container 120 is configured to collect the set form components, such as: an input box, a multi-line input box, a drop-down single selection, a drop-down multi-selection and the like, and also comprises a blank form component which can be defined by a user. The blank form component may be defined by setting attributes including any one or more of a name, a size, an appearance, a type, and a trigger instruction. In step S32, specifically, as shown in fig. 5, the configuring, for the form page, the form component in response to the user configuring operation on the component of the form page in the form configuration page includes:
s321, responding to a first component configuration operation of the form page in the form configuration page by a user, configuring a command component in the form container component to a first dragging position in the page design area for providing a text box capable of inputting data, formulas, instructions or texts;
the first component configuration operation is that a user drags a command component in the form container component to a first dragging position in the page design area in the form configuration page, and the first dragging position is a position where the user selects a layout command component in the form page;
s322, responding to a second component configuration operation of the form page in the form configuration page by a user, and configuring a general component in the form container component to a second dragging position corresponding to the command component in the page design area so as to provide a general frame for displaying a set name and a set identifier;
the second component configuration operation is that a user drags a general component in the form container component to a second dragging position in the page design area in the form configuration page, the second dragging position corresponds to the first dragging position in the page design area, and the general component corresponds to the command component in the form page to provide a name and an identification which can be visually displayed for the command component;
s323, responding to the third component configuration operation of the form page in the form configuration page by a user, and configuring an action component in the form container component to a third dragging position corresponding to the command component in the page design area so as to provide a behavior frame for setting behaviors or actions;
and the third component configuration operation is that a user drags an action component in the form container component to a third dragging position in the page design area in the form configuration page, the third dragging position corresponds to the first dragging position in the page design area, and the action component corresponds to the command component in the form page so as to provide a triggerable action or an action frame of the action for the command component.
For example, when configuring a function page for collecting and submitting loan information, a plurality of general-purpose components in the form component container 120 may be respectively dragged to the header and the footer of the form page in the page design area on the form configuration page, and the name and the identifier of the current form page may be displayed by editing the plurality of general-purpose components at the header through the custom setting function of the general-purpose components, and the plurality of general-purpose components at the footer may play a role of the current form page and the skip page number components; then, according to the submission information to be collected, the command components of the input boxes or the input boxes in multiple rows are respectively dragged from the form component container 120 to the set positions in the form page of the page design area, and the universal components and the action components are respectively dragged from the form component container 120 to the corresponding positions of the command components in the form page of the page design area, wherein the universal components corresponding to the input boxes or the input boxes in multiple rows are used for displaying the information names required to be input and submitted by the command components, and the action components corresponding to the input boxes or the input boxes in multiple rows are used for bearing the action functions of single selection, multiple selection and submission.
And, the form components contained in the form component container 120 each have a corresponding trigger instruction, such as clicking and loading, built therein. Therefore, when the form page is designed, a user does not need to design different trigger instructions for different form components, and only needs to drag the form components to the design area of the form page, so that configured logic actions can be triggered by inputting the trigger instructions built in the form components in the configured application.
For example, actions of acquiring focus and losing focus are built in an input box and a multi-row input box in a form component, and a user inputs a specific field in the input box or the multi-row input box to trigger a logic action configured in the input box and the multi-row input box by acquiring the focus; a clicking trigger instruction is built in the drop-down single selection, the drop-down multiple selection and the cascade selection in the form component, and a user can trigger logic actions configured in the drop-down single selection, the drop-down multiple selection and the cascade selection through clicking.
Then, step S4 is executed, and in response to the action configuration operation on the form component, a logical action is configured for the form component, and the logical action is combined to generate a logical function of the target event.
Specifically, as shown in fig. 6, the configuring a logical action for the form component in response to the action configuration operation on the form component, and combining the logical actions to generate the target event includes:
s41, leading out an action design page by the form component, wherein the action design page comprises a plurality of logic actions;
s42, responding to the action configuration operation of the form component by the user on the action design page, configuring at least one logic action for the form component, and combining the at least one logic action to generate the logic function of the target event.
In this embodiment, the logical actions configurable in the action design page include, but are not limited to: jump pages, pop-up windows, call interfaces, backfill to variables and condition assignment.
The page jump action is used for jumping to a specified page after the form component is triggered, and the specified page may be a specific page in an application where the configuration target event is located, for example: home page, personal center, my task, loan entries and task detail page, etc.; the address of the external link can be manually input for setting.
And the pop-up window action is used for popping up a set window after the form component is triggered, the pop-up window can be set by self, and the configuration content of the pop-up window comprises the following steps: the number of the popup titles, the description documents and the buttons; in addition, a click trigger condition is arranged in the button, and a response event can be configured on the button.
A call interface action for selecting a call interface from the interface management library 130 according to the requirement of the target event, and inputting an interface parameter by selecting a VM interface file to obtain a return value corresponding to the interface parameter; in addition, after the interface is called, different logic actions can be added according to different return values of the interface, wherein the logic actions comprise continuing to call the interface, popping up a window or jumping to a page, for example: the action configuration module 114 can configure a data interface for accessing credit investigation query for the command component, and after configuration is completed, the user can input the name of the credit investigation person to be queried through the input box of the command component on the corresponding page, and the command component can return the data information of the queried credit investigation person to the user by calling the data interface for credit investigation query.
A backfill to variable action used for selecting a certain form component backfilled into the page to be bound according to the return value of the calling interface, and inputting the return value into the bound form component after the return value is obtained; for example, the configuration logic function will backfill the configuration of the first form component into the variable, bind the first form component with the second form component configured with the call interface, and when the second form component obtains the return value through the call interface, the first form component can automatically obtain the return value without the user inquiring and filling again.
A conditional assignment action, namely setting keywords for the form components, setting different assignment constant conditions for the keywords, and assigning corresponding variables under the condition that the keywords respond to the assignment constant; for example: a user can configure condition assignment actions for a form component, and the list information is written into the form component by assigning different constant conditions for the keywords of the form component and configuring corresponding assignment variables for the keywords under each constant condition.
It should be noted that the logic actions configured for the selected form component may be one or more, and since the present event configuration system 110 configures, according to the target event requirement, a complex logic function containing multiple form components that link multiple form pages in an application instead of a simple functional logic designed after the components of the form pages respond to the event, the configured multiple logic actions may be interconnected through cascade selection or a logic function (e.g., and, or, not, etc.) when configuring multiple logic actions for the form components, so as to implement the complex logic function after the form components respond to the event.
Specifically, as shown in fig. 7, the logic function of configuring at least one logic action for the form component in response to an action configuration operation of the form component by the user on the action design page, and combining the at least one logic action to generate the target event includes:
s421, obtaining action configuration operation of the form component in the action design page by a user, wherein the action configuration operation is at least one logic action of a skip page, a pop-up window, a call interface, backfill to a variable or condition assignment and set in a contact relation between at least one logic action which are selected and added to the form component in the action design page by the user;
s422, responding to the action configuration operation of the form component on the action design page by a user, configuring the at least one logic action for the form component, and mutually linking the at least one logic action in a cascading, binding or logic function mode to form a logic function required by the target event in a combined mode.
For example, in an embodiment, the action configuration operation of the user is to select a command component to configure a call interface action, and bind different subsequent logical actions to different return values of the call interface, for example, a return value action obtained by the configuration command component in response to a correct instruction cascades a pop-up window action, and configures a return current page or jumps to an existing form page on different buttons of the pop-up window, and binds the return value to a form component in the existing form page by using a configuration backfill variable. In step S42, the event configuration method of the low code platform configures the logic actions corresponding to the action configuration operation for the command component by responding to the action configuration operation, and combines a plurality of logic actions into the logic function required by the target event according to the action configuration operation. After the event configuration is completed and a user queries information by calling the interface when using the application, the user can directly jump to the next flow page and obtain the queried information without filling in, thereby greatly simplifying the operation flow and meeting the requirements of quickly customizing event triggering interaction and adapting to new business when configuring the business flow.
Fig. 8 is a block diagram showing the configuration of an event configuration system of a low-code platform in the present invention.
According to the event configuration system of the low-code platform, the events configured in the low-code platform are used for operating the target object in the target application, and the logic functions of each component and different components in the target application are realized. Moreover, the event configuration system of the low-code platform is different from the conventional common event configuration system, and the functional logic after the corresponding event of the form component in the page is configured in a visual dragging mode, so that the event trigger interaction is quickly customized during the configuration of the business process to adapt to the new business requirement, the complex function of multiple logic actions can be configured for the component on the form page according to the application scene, and the interaction configuration among multiple components can be realized. The event configuration system 110 of the low-code platform includes an event creation module 111, a page specification module 112, a form configuration module 113, and an action configuration module 114. The module referred to in the present invention refers to a series of computer program segments that can be executed by the processor 220 and can perform a fixed function, and is stored in the memory 210.
The event creating module 111 is configured to obtain event configuration information, and create the target event according to the event configuration information.
In an embodiment, the event creating module 111 is provided with an event designer, the event designer is arranged in a visual interactive interface of the event configuration system 110, and the function of creating the target event is respectively realized by clicking loading and inputting information in the visual interactive interface.
Specifically, the event designer is configured to provide a visual interactive interface for configuring an event for a user on the low-code platform 100, the event designer is provided with an interface of an event design page on the visual interactive interface of the low-code platform 100, the interface of the event designer triggers and loads the event design page by clicking, the user can set and submit event configuration information in the event design page, and the event creating module 111 creates a directory of a target event on the event design page by obtaining the event configuration information, so that the user can perform next configuration on the target event. The target event information comprises information such as name, identification and requirement of a created target event, and the information such as the name, identification and requirement of the target event can be directly and manually input by a user in an event designer page visualized in the low-code platform 100, wherein the input target event name information can be stored and displayed in an event pool of the low-code platform 100 along with the target event, so that the user can directly call the related target event from the event pool by selecting or inputting the event name according to the requirement when the low-code platform 100 configures an application; the input target event identification information can be displayed in a visual graph form in the page of the low-code platform 100 along with the target event, so that when a user configures an application or a more complex logic event, the related target event is dragged to an operation object or a form component from the event pool according to requirements; the input target event demand information can be hidden under the name or the identifier of the target event in the event pool of the low-code platform 100, and the input information is displayed under the name or the identifier of the target event through click triggering, so that a user can quickly obtain the demand information of the target event when configuring an application.
The page specifying module 112 is configured to obtain a form page from a preset page set according to the event configuration information, and load the form page to the target event. Specifically, the page specification module 112 parses the requirement information from the event configuration information; then, obtaining a form page from a preset page set of the low-code platform 100 according to the requirement information; and finally, loading the form page to the target event. The form configuration module 113 is configured to respond to a component configuration operation on the form page, and configure a form component for the form page. Specifically, the form configuration module 113 leads out a form configuration page from the form page, where the form configuration page includes a form component container and a page design area, the form component container includes a plurality of form components, and the form components are arranged in the form of visual graphics in the form component container; the form configuration module 113 configures form components for the form page in response to a user configuring operation on the components of the form page in the form configuration page; wherein the component configuration operation is an operation of dragging the form component in the form container to the page design area in the form configuration page by a user.
The form component container 120 and the page design area are arranged in two independent areas of the form configuration page through visual graphic modules, the form component container 120 is provided with various form components, the various form components are displayed in the area where the form component container 120 is located in a visual graphic mode, and the page design area is used for displaying a loaded form page and editable form components in the form page; the user drags the form components in the form component container 120 to the page design area according to the requirement of the target event, and the form configuration module 113 can add corresponding form components at corresponding positions in the form page in response to the user operation, and can also perform operations such as deletion, replacement, editing and the like on the existing form components in the page design area in response to the user operation.
The form components in the form component container 120 include: general components, command components, and action components, among others. The universal component is a universal frame used for displaying a set name and a set identifier, for example, the universal component comprises table component such as a character identifier, a graphic identifier, a date and a time, and the size of the universal frame and the name and the identifier used for displaying can be set in a self-defining mode; the command component is a text box for providing input data, formulas, instructions or text, for example, the command component may include an input box, a multi-line input box, or other form component; the action component is a behavior box for setting a behavior or an action, and for example, the action component includes a single drop-down selection, a multiple drop-down selection, a cascade selection, and other form components.
In addition, the form component container 120 is configured to collect the set form components, such as: an input box, a multi-line input box, a drop-down single selection, a drop-down multi-selection and the like, and also comprises a blank form component which can be defined by a user. The blank form component can be defined by setting attributes, wherein the setting attributes comprise any one or more of a name, a size, an appearance, a type and a trigger instruction.
In the present invention, the form configuration module 113 configures a form component for the form page by responding to a component configuration operation of a user on the form page in the form configuration page, where the component configuration operation is an operation of dragging the form component in the form container to the page design area in the form configuration page by the user.
Specifically, in one embodiment, the form configuration module 113 first configures the command component in the form container component to a first dragging position in the page design area for providing a text box capable of inputting data, formulas, instructions or texts in response to a first component configuration operation of the form page by the user, where the first component configuration operation is that the user drags the command component in the form container component to the first dragging position in the page design area in the form configuration page, and the first dragging position is a position where the user selects a layout command component in the form page; then responding to a second component configuration operation of the form page in the form configuration page by a user, configuring a general component in the form container component to a second dragging position corresponding to the command component in the page design area for providing a general frame displaying a set name and an identifier, wherein the second component configuration operation is that the user drags the general component in the form container component to the second dragging position in the page design area in the form configuration page, the second dragging position corresponds to the first dragging position in the page design area, and the general component corresponds to the command component in the form page for providing a name and an identifier which can be visually displayed for the command component; and finally, responding to a third component configuration operation of the form page in the form configuration page by the user, configuring an action component in the form container component to a third dragging position corresponding to the command component in the page design area for providing a behavior box for setting a behavior or an action, wherein the third component configuration operation is that the user drags the action component in the form container component to the third dragging position in the page design area in the form configuration page, the third dragging position corresponds to the first dragging position in the page design area, and the action component corresponds to the command component in the form page for providing a behavior box of a triggerable behavior or action for the command component.
For example, when configuring a function page for collecting loan information, the multiple general-purpose components in the form component container 120 may be respectively dragged to the header and the footer of the form page in the page design area on the form configuration page, and the multiple general-purpose components at the header may be edited by the custom setting function of the general-purpose components to display the name and the identifier of the current form page, and the multiple general-purpose components at the footer may play a role of the current form page and the components of the skipped page; then, according to the submission information to be collected, the command components of the input boxes or the input boxes in multiple rows are respectively dragged from the form component container 120 to the set positions in the form page of the page design area, and the universal components and the action components are respectively dragged from the form component container 120 to the corresponding positions of the command components in the form page of the page design area, wherein the universal components corresponding to the input boxes or the input boxes in multiple rows are used for displaying the information names required to be input and submitted by the command components, and the action components corresponding to the input boxes or the input boxes in multiple rows are used for bearing the action functions of single selection, multiple selection and submission.
And, the form components contained in the form component container 120 each have a corresponding trigger instruction, such as clicking and loading, built therein. Therefore, when the form page is designed, a user does not need to design different trigger instructions for different form components, and only needs to drag the form components to the design area of the form page, so that configured logic actions can be triggered by inputting the trigger instructions built in the form components in the configured application.
For example, actions of acquiring focus and losing focus are built in an input box and a multi-row input box in a form component, and a user inputs a specific field in the input box or the multi-row input box to trigger a logic action configured in the input box and the multi-row input box by acquiring the focus; a click trigger instruction is built in the drop-down single selection, the drop-down multiple selection and the cascade selection in the form component, and a user can trigger logic actions configured in the drop-down single selection, the drop-down multiple selection and the cascade selection through clicking.
The action configuration module 114 is configured to respond to an action configuration operation on the form component, configure a logical action for the form component, and combine the logical action to generate a logical function of the target event. Specifically, the action configuration module 114 brings up an action design page from the form component on the form page, wherein the action design page includes a plurality of logical actions; and responding to the action configuration operation of the action design page of the user on the form component, configuring at least one logic action for the form component, and combining the at least one logic action to generate a logic function of the target event.
It should be noted that the logic actions configured for the selected form component may be one or more, and since the present event configuration system 110 configures, according to the requirement of the target event, a simple functional logic that is not designed after the component for the form page responds to the event, but a complex logic function that includes multiple form components linking multiple form pages in the application, when multiple logic actions are configured for the form component, the configured multiple logic actions may be linked with each other through cascade selection, binding, or logic functions (e.g., and, or, not, etc.), so as to implement the complex logic function after the form component responds to the event.
In this embodiment, the logic actions configurable in the action configuration module 114 include, but are not limited to: jump pages, pop-up windows, call interfaces, backfill to variables and condition assignment.
The page jump action is used for jumping to a specified page after the form component is triggered, and the specified page may be a specific page in an application where a configuration target event is located, for example: home page, personal center, my task, loan entries, and task details page, etc.; the address of the external link can be manually input for setting.
And the pop-up window action is used for popping up a set window after the form component is triggered, the pop-up window can be set by self, and the configuration content of the pop-up window comprises the following steps: the number of the popup titles, the description documents and the buttons; in addition, a click trigger condition is arranged in the button, and a response event can be configured on the button.
A call interface action for selecting a call interface from the interface management library 130 of the low-code platform 100 according to the requirement of the target event, and inputting an interface parameter by selecting a VM interface file to obtain a return value corresponding to the interface parameter; in addition, after the interface is called, different logic actions can be added according to different return values of the interface, wherein the logic actions comprise continuing to call the interface, popping up a window or jumping to a page, for example: the action configuration module 114 can configure a data interface for accessing credit investigation query for the command component, and after configuration is completed, the user can input the name of the credit investigation person to be queried through the input box of the command component on the corresponding page, and the command component can return the data information of the queried credit investigation person to the user by calling the data interface for credit investigation query.
A backfill to variable action used for selecting a certain form component backfilled into the page to be bound according to the return value of the calling interface, and inputting the return value into the bound form component after the return value is obtained; for example, the configuration logic function will backfill the configuration of the first form component into the variable, bind the first form component with the second form component configured with the call interface, and when the second form component obtains the return value through the call interface, the first form component can automatically obtain the return value without the user inquiring and filling again.
A conditional assignment action, namely setting keywords for the form components, setting different assignment constant conditions for the keywords, and assigning corresponding variables under the condition that the keywords respond to the assignment constant; for example: a user can configure condition assignment actions for a form component, and the list information is written into the form component by assigning different constant conditions for the keywords of the form component and configuring corresponding assignment variables for the keywords under each constant condition.
In this embodiment, when responding to an action configuration operation of a user on the form component on the action design page, configuring at least one logic action for the form component, and combining at least one logic action to generate a logic function of the target event, the action configuration module 114 first obtains the action configuration operation of the user on the form component in the action design page, where the action configuration operation is at least one jump page, pop-up window, call interface, logic action backfilled to a variable or condition assignment added to the form component by the user in the action design page, and sets a relationship between the at least one logic action; and then responding to the action configuration operation of the user on the form component on the action design page, configuring the at least one logic action for the form component, and mutually linking the at least one logic action in a cascading, binding or logic function mode to form a logic function required by the target event in a combined mode.
For example, the action configuration operation of the user is to select a command component to configure the action of the call interface, and bind different subsequent logic actions to different return values of the call interface, such as configuring a return value action obtained by the command component in response to a correct instruction to cascade pop-up window actions, configuring a return current page or jumping to an existing form page on different buttons of the pop-up window, and binding the return value with a form component in the existing form page by using a configuration backfill variable. In this example, the action configuration module 114 configures the corresponding logic action for the action configuration operation of the command component by responding to the action configuration operation, and combines a plurality of logic actions into the logic function required by the target event according to the action configuration operation. After the event configuration is completed and a user queries information by calling the interface when using the application, the user can directly jump to the next flow page and obtain the queried information without filling in, thereby greatly simplifying the operation flow and meeting the requirements of quickly customizing event triggering interaction and adapting to new business when configuring the business flow.
As shown in fig. 1, in the event configuration system 110, the event creation module 111 interacts with the form configuration module 113 through an API (Application Programming Interface), and the form configuration module 113 interacts with the action configuration module 114 through the API. Meanwhile, when loading the form configuration page, the form configuration module 113 accesses the form component container 120 disposed in the low-code platform 100, and loads the form component container 120 into the form configuration page in the form of a visual graph, so that a user can call and configure the form components in the form component container 120 in a dragging manner; the action configuration module 114 has a plurality of logic actions built into the action designer, such as jumping pages, popping windows, calling interfaces, backfilling to variables and condition assignments, and accesses the interface management library 130 disposed in the low-code platform 100 to call an interface in the interface management library 130 when configuring a calling interface action.
Fig. 6 is a schematic diagram of the structure of the electronic device 200 according to the present invention.
The electronic device 200 may comprise a memory 210, a processor 220 and a bus, and may further comprise a computer program, such as a text recognition program based on orientation detection, stored in the memory 210 and executable on the processor 220.
The memory 210 includes at least one type of readable storage medium, which includes flash memory, removable hard disks, multimedia cards, card-type memory (e.g., SD or DX memory, etc.), magnetic memory, magnetic disks, optical disks, etc. The memory 210 may be an internal storage unit of the electronic device 200 in some embodiments, such as a removable hard disk of the electronic device 200. The memory 210 may also be an external storage device of the electronic device 200 in other embodiments, such as a plug-in mobile hard disk, a Smart Media Card (SMC), a Secure Digital (SD) Card, a Flash memory Card (Flash Card), and the like, provided on the electronic device 200. Further, the memory 210 may also include both an internal storage unit and an external storage device of the electronic device 200. The memory 210 may be used not only to store application software installed in the electronic device 200 and various types of data, such as codes of a character recognition program based on direction detection, but also to temporarily store data that has been output or is to be output.
The processor 220 may be formed of an integrated circuit in some embodiments, for example, a single packaged integrated circuit, or may be formed of a plurality of integrated circuits packaged with the same or different functions, including one or more Central Processing Units (CPUs), microprocessors, digital Processing chips, graphics processors, and combinations of various control chips. The processor 220 is a Control Unit (Control Unit) of the electronic device 200, connects various components of the electronic device 200 by using various interfaces and lines, and executes various functions and processes data of the electronic device 200 by operating or executing programs or modules (e.g., executing physical examination report verification programs, etc.) stored in the memory 210 and calling data stored in the memory 210.
The processor 220 executes an operating system of the electronic device 200 and various types of application programs installed. The processor 220 executes the application program to implement the steps in the various credential recognition model training method embodiments described above, such as the steps shown in fig. 1.
Illustratively, the computer program may be partitioned into one or more modules that are stored in the memory 210 and executed by the processor 220 to implement the present invention. The one or more modules may be a series of computer program instruction segments capable of performing certain functions, which are used to describe the execution of the computer program in the electronic device 200. For example, the computer program may be partitioned into an event creation module 111, a page specification module 112, a form configuration module 113, and an action configuration module 114.
The integrated unit implemented in the form of a software functional module may be stored in a computer-readable storage medium. The software functional module is stored in a storage medium and includes several instructions to enable a computer device (which may be a personal computer, a computer device, or a network device) or a processor (processor) to execute some functions of the physical examination item recommendation method according to the embodiments of the present invention.
The block chain is a novel application mode of computer technologies such as distributed data storage, point-to-point transmission, a consensus mechanism, an encryption algorithm and the like. A block chain (Blockchain), which is essentially a decentralized database, is a series of data blocks associated by using a cryptographic method, and each data block contains information of a batch of network transactions, so as to verify the validity (anti-counterfeiting) of the information and generate a next block. The blockchain may include a blockchain underlying platform, a platform product service layer, an application service layer, and the like.
The bus may be a Peripheral Component Interconnect (PCI) bus, an Extended Industry Standard Architecture (EISA) bus, or the like. The bus may be divided into an address bus, a data bus, a control bus, etc. For ease of illustration, only one arrow is shown in FIG. 5, but this does not indicate only one bus or one type of bus. The bus is arranged to enable connection communication between the memory 210 and at least one processor 220 or the like.
The event configuration method, the system, the equipment and the medium of the low-code platform can configure at least one logic action for the form component of a specified form page in a created target event, and correlate the at least one logic action configured for the form component by utilizing cascade selection or a logic function, thereby finally obtaining the logic function required by the target event. The event configuration method, system, device and medium of the low-code platform are different from the configuration system of the common low-code platform on the market, and can configure logic actions of a flow class besides actions of a configuration data chart class, such as: the method has the advantages that the method is not limited by scenes, configures more complicated logic functions, can give play to the configuration superiority of a low-code platform, and enables visual interaction in the process of configuring events to be clearer and more reasonable.
It will be evident to those skilled in the art that the invention is not limited to the details of the foregoing illustrative embodiments, and that the present invention may be embodied in other specific forms without departing from the spirit or essential attributes thereof.
Although the present invention has been described in detail with reference to the preferred embodiments, it will be understood by those skilled in the art that various changes may be made and equivalents may be substituted for elements thereof without departing from the spirit and scope of the present invention.

Claims (10)

1. An event configuration method for a low-code platform, comprising:
acquiring event configuration information, and creating the target event according to the event configuration information;
acquiring a form page from a preset page set according to the event configuration information, and loading the form page to the target event;
responding to the component configuration operation of the form page, and configuring a form component for the form page;
and responding to the action configuration operation of the form component, configuring a logic action for the form component, and combining the logic action to generate a logic function of the target event.
2. The event configuration method of the low-code platform as claimed in claim 1, wherein the obtaining event configuration information and creating the target event according to the event configuration information comprises:
s11, acquiring event configuration information, wherein the event configuration information comprises the name, the identification and the requirement information of a target event to be created;
and S12, creating the target event according to the event configuration information.
3. The event configuration method of the low-code platform according to claim 1, wherein the obtaining a form page from a preset page set according to the event configuration information and loading the form page to the target event comprises:
s21, analyzing the demand information from the event configuration information;
s22, acquiring a form page in a page set preset by a low-code platform according to the demand information;
and S23, loading the form page to the target event.
4. The event configuration method of claim 1, wherein the configuring the form components for the form page in response to the component configuration operation on the form page comprises:
s31, leading out a form configuration page from the form page, wherein the form configuration page comprises a form component container and a page design area, the form component container comprises a plurality of form components, and the form components are arranged in the form of visual graphics in the form component container;
s32, responding to the component configuration operation of the form page in the form configuration page by the user, and configuring form components for the form page; wherein the component configuration operation is an operation of dragging the form component in the form container to the page design area in the form configuration page by a user.
5. The event configuration method of the low-code platform as claimed in claim 4, wherein the configuring of the form components for the form page in response to the user configuring the components of the form page in the form configuration page comprises:
s321, responding to a first component configuration operation of the form page in the form configuration page by a user, configuring a command component in the form container component to a first dragging position in the page design area for providing a text box capable of inputting data, formulas, instructions or texts;
s322, responding to a second component configuration operation of the form page in the form configuration page by a user, and configuring a general component in the form container component to a second dragging position corresponding to the command component in the page design area so as to provide a general frame for displaying a set name and a set identifier;
s323, responding to the third component configuration operation of the form page in the form configuration page by the user, and configuring the action component in the form container component to a third dragging position corresponding to the command component in the page design area so as to provide a behavior frame for setting behaviors or actions.
6. The event configuration method of claim 1, wherein the configuring a logical action for the form component in response to the action configuration operation on the form component, and combining the logical actions to generate the logical function of the target event comprises:
s41, leading out an action design page by the form component, wherein the action design page comprises a plurality of logic actions;
s42, responding to the action configuration operation of the form component by the user on the action design page, configuring at least one logic action for the form component, and combining the at least one logic action to generate the logic function of the target event.
7. The event configuration method of claim 6, wherein the logic function of configuring at least one of the logic actions for the form component in response to the action configuration operation of the form component by the user on the action design page and combining the at least one of the logic actions to generate the target event comprises:
s421, obtaining action configuration operation of the form component in the action design page by a user, wherein the action configuration operation is at least one logic action of a skip page, a pop-up window, a call interface, backfill to a variable or condition assignment and set in a contact relation between at least one logic action which are selected and added to the form component in the action design page by the user; (ii) a
S422, responding to the action configuration operation of the form component by the user on the action design page, configuring the at least one logic action for the form component, and mutually linking the at least one logic action in a cascading, binding or logic function mode to form a logic function required by the target event.
8. An event configuration system for a low code platform, comprising:
the event creating module is used for acquiring event configuration information and creating the target event according to the event configuration information;
the page specifying module is used for acquiring a form page from a preset page set according to the event configuration information and loading the form page to the target event;
the form configuration module is used for responding to the component configuration operation of the form page and configuring form components for the form page;
and the action configuration module is used for responding to the action configuration operation of the form component, configuring a logic action for the form component and combining the logic action to generate a logic function of the target event.
9. A computer device comprising a memory, a processor and a computer program stored on the memory and executable on the processor, characterized in that the steps of the method of any of claims 1 to 7 are implemented when the computer program is executed by the processor.
10. A computer-readable storage medium, on which a computer program is stored, which, when being executed by a processor, carries out the steps of the method of any one of claims 1 to 7.
CN202210203658.7A 2022-03-03 2022-03-03 Event configuration method, system, equipment and medium for low-code platform Pending CN114564252A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202210203658.7A CN114564252A (en) 2022-03-03 2022-03-03 Event configuration method, system, equipment and medium for low-code platform

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202210203658.7A CN114564252A (en) 2022-03-03 2022-03-03 Event configuration method, system, equipment and medium for low-code platform

Publications (1)

Publication Number Publication Date
CN114564252A true CN114564252A (en) 2022-05-31

Family

ID=81718500

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202210203658.7A Pending CN114564252A (en) 2022-03-03 2022-03-03 Event configuration method, system, equipment and medium for low-code platform

Country Status (1)

Country Link
CN (1) CN114564252A (en)

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN115268884A (en) * 2022-06-09 2022-11-01 知学云(北京)科技股份有限公司 Mobile terminal visual page configuration and rendering method based on aPaaS platform
CN115495069A (en) * 2022-09-26 2022-12-20 煤炭科学研究总院有限公司 Model-driven coal industry software flow implementation method, device and equipment
CN117667076A (en) * 2023-12-06 2024-03-08 北京波士山信息技术有限公司 Cross-component message transfer method and system for dynamic page
CN117707512A (en) * 2023-12-15 2024-03-15 北京当境科技有限责任公司 Method and system for realizing selection of data through popup window
CN117742834A (en) * 2024-02-20 2024-03-22 北京德塔精要信息技术有限公司 Method and device for configuring page component of low-code platform

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112214214A (en) * 2020-10-29 2021-01-12 上海厦广科技有限公司 Low code development system, device and medium for android native APP
CN113094037A (en) * 2021-04-20 2021-07-09 上海携宁计算机科技股份有限公司 Interaction method, development platform, equipment and storage medium for forms and workflows
WO2021217660A1 (en) * 2020-04-30 2021-11-04 深圳中砼物联网科技有限公司 Method for realizing graphical code-free development of user interface, and computer device and storage medium
CN114036438A (en) * 2021-11-11 2022-02-11 深圳乐信软件技术有限公司 Page construction method, device, equipment and storage medium

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2021217660A1 (en) * 2020-04-30 2021-11-04 深圳中砼物联网科技有限公司 Method for realizing graphical code-free development of user interface, and computer device and storage medium
CN112214214A (en) * 2020-10-29 2021-01-12 上海厦广科技有限公司 Low code development system, device and medium for android native APP
CN113094037A (en) * 2021-04-20 2021-07-09 上海携宁计算机科技股份有限公司 Interaction method, development platform, equipment and storage medium for forms and workflows
CN114036438A (en) * 2021-11-11 2022-02-11 深圳乐信软件技术有限公司 Page construction method, device, equipment and storage medium

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
尹航;詹舒波;: "基于配置文件的web页面自动生成系统", 软件, no. 10, 25 December 2014 (2014-12-25) *

Cited By (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN115268884A (en) * 2022-06-09 2022-11-01 知学云(北京)科技股份有限公司 Mobile terminal visual page configuration and rendering method based on aPaaS platform
CN115268884B (en) * 2022-06-09 2023-06-16 知学云(北京)科技股份有限公司 Mobile terminal visual page configuration and rendering method based on aPaaS platform
CN115495069A (en) * 2022-09-26 2022-12-20 煤炭科学研究总院有限公司 Model-driven coal industry software flow implementation method, device and equipment
CN115495069B (en) * 2022-09-26 2024-04-16 煤炭科学研究总院有限公司 Model-driven coal industry software process implementation method, device and equipment
CN117667076A (en) * 2023-12-06 2024-03-08 北京波士山信息技术有限公司 Cross-component message transfer method and system for dynamic page
CN117707512A (en) * 2023-12-15 2024-03-15 北京当境科技有限责任公司 Method and system for realizing selection of data through popup window
CN117707512B (en) * 2023-12-15 2024-05-10 北京当境科技有限责任公司 Method and system for realizing selection of data through popup window
CN117742834A (en) * 2024-02-20 2024-03-22 北京德塔精要信息技术有限公司 Method and device for configuring page component of low-code platform

Similar Documents

Publication Publication Date Title
CN109324791B (en) Financial self-service terminal business process development method and device and terminal equipment
CN114564252A (en) Event configuration method, system, equipment and medium for low-code platform
JP7017613B2 (en) Naming Robotic Process Automation activities based on auto-discovered target labels
US10198425B2 (en) Methods and apparatus for reusing report design components and templates
JP4812337B2 (en) Method and apparatus for generating a form using a form type
US10592211B2 (en) Generation of application behaviors
US8141128B2 (en) Methods and apparatus for building and executing natural language workflow functions
EP2320316A1 (en) A framework to support application context and rule based UI-control
CN1828597B (en) Simple style
US20120066620A1 (en) Framework to Support Application Context and Rule Based UI-Control
US20180321830A1 (en) Screen-based workflow configuration and execution platform
US20150235318A1 (en) Trading systems and methods
CN111522552A (en) Sub-application generation method and device, computer equipment and storage medium
CN110569096B (en) System, method, medium, and apparatus for decoding human-computer interaction interface
Deitel et al. C# 2012 for Programmers
CN109583591A (en) Method and system for simplified knowledge engineering
CN110837366A (en) Form generation method, electronic device and computer readable storage medium
US20140075411A1 (en) Meta-Languages For Creating Integrated Business Applications
US8832573B2 (en) Creating portals having consistent appearances
CN112685025A (en) Method and system for quickly building front-end page
JP2022508086A (en) Systems and methods for creating and processing configurable applications for website building systems
CN113760287A (en) Form creating method and device based on JSON structure
CN113326044A (en) Development method, system and storage medium based on control library
Groves AOP in. NET: practical aspect-oriented programming
US8566734B1 (en) System and method for providing visual component layout input in alternate forms

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