WO2016129765A1 - Appareil et procédé pour construire une page web - Google Patents

Appareil et procédé pour construire une page web Download PDF

Info

Publication number
WO2016129765A1
WO2016129765A1 PCT/KR2015/008027 KR2015008027W WO2016129765A1 WO 2016129765 A1 WO2016129765 A1 WO 2016129765A1 KR 2015008027 W KR2015008027 W KR 2015008027W WO 2016129765 A1 WO2016129765 A1 WO 2016129765A1
Authority
WO
WIPO (PCT)
Prior art keywords
block element
web page
user interface
block
page
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.)
Ceased
Application number
PCT/KR2015/008027
Other languages
English (en)
Korean (ko)
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.)
Individual
Original Assignee
Individual
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
Priority claimed from KR1020150067440A external-priority patent/KR101649822B1/ko
Application filed by Individual filed Critical Individual
Publication of WO2016129765A1 publication Critical patent/WO2016129765A1/fr
Anticipated expiration legal-status Critical
Ceased legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F3/00Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
    • G06F3/01Input arrangements or combined input and output arrangements for interaction between user and computer
    • G06F3/048Interaction techniques based on graphical user interfaces [GUI]
    • G06F3/0484Interaction techniques based on graphical user interfaces [GUI] for the control of specific functions or operations, e.g. selecting or manipulating an object, an image or a displayed text element, setting a parameter value or selecting a range
    • G06F3/0486Drag-and-drop
    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F17/00Digital computing or data processing equipment or methods, specially adapted for specific functions
    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F40/00Handling natural language data
    • G06F40/10Text processing
    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F40/00Handling natural language data
    • G06F40/10Text processing
    • G06F40/166Editing, e.g. inserting or deleting

Definitions

  • It relates to a device and method for constructing a web page, and more specifically, to an apparatus and a method of operating the device for allowing a web page to be produced and managed regardless of language understanding through an interface provided by a user terminal. do.
  • HTML Hyper Text Markup Language
  • XML eXtensible Markup Language
  • JAVA Script a web programming language that can be recognized by a web browser. Therefore, in order to construct and manage web pages, a detailed understanding of the grammar of the web programming language is required.
  • a template selection method has been mainly used to construct a web page by yourself.
  • the template selection method is highly dependent on the design of the provided template, there is a limit in modifying the template freely from the point of view of a general user who does not understand the web programming language. Therefore, it has been difficult for general users to produce web pages that reflect content and design that they want.
  • a web page construction service is required to reduce the time and cost invested in the production of a web page and to make a complete web page from the point of view of a general user who has a lack of knowledge and experience in web programming language and web design. .
  • a method for providing a web page building service by a computing device including at least one processor is performed by the at least one processor: of at least one block element constituting a web page, through a user interface; When editing information about a first block element is received, identifying a first code string corresponding to the first block element among source codes of the webpage; And modifying the first code string based on the edit information.
  • the user interface may include a first interface for editing the first block element in a graphical user interface manner and a second interface for editing the first code string of the first block element in a text editor manner. Can be.
  • the web page construction service providing method if the edit information for the first block element is received through the user interface, and outputs the modified web page to the user interface reflecting the edit information It may further comprise a step.
  • the method for providing a webpage building service comprises: outputting at least one pre-generated block element to the user interface; And receiving, via the user interface, editing information for adding at least one block element of the one or more pre-generated block elements to the web page.
  • the method for providing a webpage building service may include outputting one or more pre-generated templates to the user interface; And receiving, via the user interface, edit information for adding at least one template of the one or more pre-generated templates to the webpage, wherein each of the one or more pre-generated templates is one or more pre-generated. It may include a block element.
  • the webpage building service providing method may further include at least one of the at least one block element due to a position change of the first block element when the edit information includes deleting or repositioning the first block element. Determining whether the position of the two block elements is to be changed; Identifying a second code string corresponding to the second block element in the source code of the webpage when the position of the second block element is changed; And modifying the second code string based on the edit information.
  • the web page construction service providing method, if the page type switching information for changing the type of the web page to a multi-page type or a single page type is received through the user interface, the source code of the web page Identifying an order attribute of the first code string corresponding to the first block element; And modifying the order attribute of the first code string based on the page type switching information.
  • the multiple page type outputs each of the at least one block element on a plurality of pages based on a page attribute of each of the at least one block element and supports navigation between the plurality of pages,
  • the page type may output all of the at least one block element on one web page.
  • the first code string of the first block element may include at least one of an HTML tag, CSS, and JAVA Script.
  • a computer-readable recording medium containing a program for executing a method for providing a web page building service, the program comprising: a first block element of at least one block element constituting a web page through a user interface; Identifying edit information about the first code string corresponding to the first block element in the source code of the webpage; And modifying the first code string based on the edit information.
  • FIG. 1 illustrates a structure of a block element constituting a web page according to an exemplary embodiment.
  • FIG. 2 schematically illustrates a process of editing, by a user interface, a block element constituting a webpage according to an embodiment.
  • FIG. 3 exemplarily illustrates a functional item of a user interface for editing a block element, according to an exemplary embodiment.
  • FIG. 4 is a flowchart illustrating a process of editing a web page configured in units of block elements through a user interface according to an embodiment.
  • 5A and 5B illustrate a block element structure diagram for describing addition of a block element, according to an exemplary embodiment.
  • FIGS. 6A and 6B illustrate block element structure diagrams for describing deletion of a block element, according to an exemplary embodiment.
  • FIG. 7 illustrates a form of a user interface menu according to an embodiment.
  • FIG. 8 exemplarily illustrates a block element structure diagram when a web page is set to a multi-page type.
  • FIG. 9 exemplarily illustrates a block element structure diagram when a web page is set to a single page type.
  • first and second may be used to describe various components, but the components should not be limited by the terms.
  • the terms may be used only for the purpose of distinguishing one component from another component, for example, without departing from the scope of the rights according to the inventive concept, the first component may be called a second component Similarly, the second component may also be referred to as the first component.
  • Embodiments disclosed herein provide a web page construction service that allows anyone of ordinary users to easily create and manage a web page without improving the grammar of the web programming language.
  • the web page construction service providing method provides an interface for editing a web page composed of block element units for each block element, and provides an interface for real-time checking of a web page reflecting the editing information. do.
  • the composition of the web page has object properties in units of block elements, it can be freely edited and reorganized according to the user's intention. It is easy to reposition each block element flexibly according to the needs of the user.
  • the method for providing a webpage building service may include an interface for adding, deleting, or rearranging block elements of a webpage, and an interface for editing attributes and contents of each block element according to a user's intention. Can provide.
  • the web page construction service providing method according to an embodiment may provide an interface that can directly edit the source code of the web page according to the user's understanding of the web programming language.
  • the web page construction service providing method according to the present invention may be performed by any computing device including at least one processor, such as a computing device of a user terminal and a computing device of a server, the concept of the present invention is a processor for performing the method It is not to be construed as limited by the structure or the position of.
  • FIG. 1 illustrates a structure of a block element 100 constituting a web page according to an exemplary embodiment.
  • all components of the web page may be configured in units of block elements, and each block element is internally recognized with a unique ID. That is, even if a plurality of block elements having the same content and design are generated, each block element is recognized as a separate block element by a unique ID and has objectivity so that it can be edited and managed individually.
  • block elements do not simply mean blocks in the HTML TAG.
  • the structure of a block element may include at least one of HTML TAG, CSS, and JAVA Script. That is, CSS files can be included to handle various elements required for design such as font and background, and JAVA Script can be included for dynamic processing of web pages such as generation and processing of DOM (Document Object Model) events.
  • HTML TAG HTML TAG
  • CSS CSS files
  • JAVA Script can be included for dynamic processing of web pages such as generation and processing of DOM (Document Object Model) events.
  • Block elements can be divided into various types according to their intended use.
  • a block element may be divided into a general block, a header block, and a footer block according to a purpose.
  • the web page construction service providing method may provide a function of selecting and adding a pre-generated block element that is variously designed to fit a use purpose of each block.
  • various block elements such as a content block, a gallery block, a text block, an image block, and the like may be pre-designed and provided to facilitate creation and addition of the block element.
  • the web page construction service providing method may provide a function of storing a block element generated and edited by a user in a template form or distributing it to another user.
  • the user interface may include a control panel in order to modify a web page configured in units of block elements according to a user's intention.
  • the control panel can be configured to set general CSS properties as well as properties that are specifically applied to each block element. Table 1 exemplarily shows that some attributes of the block element are itemized and reflected in the control panel.
  • the control panel items shown in Table 1 are merely illustrative and may be added or omitted as necessary.
  • the control panel includes a first control panel that can set properties that are commonly applied to all block elements of a web page, and a second control panel that can set properties that are applied individually to each block element of a web page. can do.
  • the setting value of the second control panel may be applied in preference to the setting value of the first control panel.
  • control panel may provide for hiding or transparentizing block elements.
  • the arrangement of block elements on the source code may be made invisible through CSS properties, or some block elements may be made transparent so that they overlap with other block elements. Through this function, a user's intended design can be easily reflected on a web page without knowledge and experience of a web programming language.
  • the media query syntax of CSS may be included in each block element to process the responsive web.
  • each block element may have individually defined responsive web properties.
  • Editing a web page changes the block element object that performs CRUD (Create / read / update / delete) operations on the block element itself, such as adding, deleting, and rearranging the block element, and changing the type, content, and design of the block element.
  • Block element attribute change may be included.
  • Editing of such a web page may be processed by, for example, a JavaScript Standard Object Notation (JSON) method as shown in FIG. 2.
  • JSON JavaScript Standard Object Notation
  • the edit information may be delivered to the server by a JSON method, and the server reflects the edit information in a code string corresponding to the corresponding block element in the database. You can save and output updated block elements. Delivery of the edit information of the web page may be performed by a method other than the JSON method, and embodiments of the present invention should not be limitedly interpreted as depending on a specific method.
  • the user interface 300 exemplarily illustrates a functional item of the user interface 300 for editing a block element, according to an exemplary embodiment.
  • the user interface 300 may include a block element object change interface 310 and a block element property change interface 320.
  • the block element entity change interface 310 may provide for the addition, deletion, and rearrangement of block elements.
  • the block element object change interface 310 may activate a block element add button when the mouse pointer rolls over near the outer boundary of the block element output on the screen.
  • the add block element button may be activated when the mouse pointer rolls over a boundary line between a plurality of block elements.
  • the block element entity change interface 310 may activate the delete button of the block element at a predetermined location on the block element.
  • the delete button of the block element may be activated in the upper right corner of the block element.
  • the delete button of the block element may be activated only when the corresponding block element is selected.
  • the selection of the block element may be made through a simple operation such as a rollover or a click of the mouse, for example, and the selected block element may be displayed to be recognized by the user, for example, by shading or inversion.
  • the block element object change interface 310 may be configured to rearrange the block elements through an operation of clicking and dragging the block elements.
  • block element object change interface 310 may provide a page type switching function.
  • the block element object change interface 310 may provide a function for switching the type of web page between multiple page types and a single page type.
  • the multipage type means a webpage type configured to output each block element on a plurality of pages based on the page attributes of each block element constituting the webpage and to support navigation between the plurality of pages.
  • the single page type means a web page type configured to output all of the block elements constituting the web page on one web page. That is, the multipage type webpage is accessible by navigation and scrolling in the user terminal, and the single page type webpage is accessible only by scrolling in the user terminal.
  • the block element attribute change interface 320 may provide a function of changing the type, content, and design of the block element. In one embodiment, the block element attribute change interface 320 may provide a function of changing the content, font, color, etc. of the text included in the block element. In addition, the block element attribute change interface 320 may provide a function of changing information such as an image and a link included in the block element, and the type and other format of the block element.
  • the block element attribute change interface 320 includes a first interface for editing the block element in a graphical user interface manner and a second for directly editing the code string on the web page source code corresponding to the block element in a text editor manner. It may include an interface. In embodiments in which both the first interface and the second interface are provided, the user can selectively use the first interface or the second interface when changing the attribute of the block element according to the understanding of the web programming language or the editing scheme preferences. For example, if a user with a good understanding of the web programming language wants to directly control the details of a web page, the block element can be accessed through a second interface that directly edits the code sequence on the web page's source code in a text editor. You can change the properties.
  • FIG. 4 is a flowchart illustrating a process of editing a web page configured in units of block elements through a user interface according to an embodiment.
  • a user account access step such as membership registration and login
  • a web page generation step such as setting a web page name, specifying a URL, and creating a web page storage space may be performed.
  • the user account access step and web page generation step may be performed by a conventional method, and a detailed description thereof will be omitted.
  • edit information for a block element may be received via a user interface.
  • the UI may include a block element object change interface and a block element attribute change interface
  • the edit information may include block element object edit information and block element attribute edit information.
  • the block element object edit information may include edit information about the block element itself including adding, deleting, and rearranging the block element
  • the block element attribute edit information may change the type, content, and design of the block element. Editing information may be included.
  • a code string corresponding to the block element to be edited may be identified.
  • the block element object edit information or the block element attribute edit information may be delivered to the server by JSON. For example, if the unique ID of the edited block element and the database sequence number are passed to the server, the server may identify a code string corresponding to the corresponding block element among web page source codes on the database.
  • the code string corresponding to the block element may be modified based on the edit information.
  • the code string identified by the server as corresponding to the block element may be modified based on the edit information. According to the content of the edit information, it is possible to identify which part of the code string corresponding to the block element is associated with, and the part identified as being associated with the edit information can be modified based on the edit information.
  • the server may store the updated block element on the database in which the modification of the code string is completed.
  • the edited web page may be reflected to output the modified web page to the user interface.
  • the edited information is reflected to output the modified web page to the user interface in real time, so that the user can check the final version of the web page even during the web page editing. That is, the user may input additional editing information or terminate the editing while checking the final version of the web page reflecting the editing information up to now, even before saving the modification of the web page.
  • 5A and 5B illustrate a block element structure diagram for describing addition of a block element, according to an exemplary embodiment.
  • each block element has a unique ID
  • the block element added to the page has an order attribute Pos within the page.
  • the order attribute value of the block element may indicate the position of the block element on the web page.
  • the block elements may be arranged in ascending order according to the order attribute value in the vertical direction on the web page.
  • the block elements may be arranged in ascending order according to the order attribute value in the left and right directions on the web page.
  • the order attribute may have two or more fields, and the placement of the block element on the webpage may be determined according to the order attribute value.
  • a webpage is composed of a plurality of block elements 1001, 1002, 1003, and 1004, and a newly created or loaded block element 1005 is loaded between existing block elements 1002 and 1003.
  • a case in which block element object editing information to be added is received through a user interface is illustrated.
  • an order attribute value associated with the position to be added is assigned to the block element 1005 to be added, and whether addition of the block element 1005 should change the order attribute value of the existing block element. You can decide.
  • FIGS. 6A and 6B illustrate block element structure diagrams for describing deletion of a block element, according to an exemplary embodiment.
  • a web page includes a plurality of block elements 1001, 1002, 1003, 1004, and 1005, and among them, block element object edit information for deleting the block element 1003 is received through a user interface. The case is shown.
  • block element object edit information for deleting the block element 1003 is received through a user interface. The case is shown.
  • Rearrangement of the block elements may be performed by a process similar to the addition and deletion of block elements, and a detailed description thereof will be omitted.
  • the user interface menu 700 can include a page type switching interface 710 that can switch the type of web page between multiple page types and a single page type.
  • the page type switching interface 710 may be switched by a simple operation, for example, clicking or dragging.
  • each page 8 exemplarily illustrates a block element structure diagram when a web page is set to a multi-page type.
  • the pages 810, 820, and 830 shown in FIG. 8 are a plurality of pages that can be navigated through a menu of a web page header.
  • each page includes the same header block and footer block, and each includes a plurality of different general block elements.
  • the block element constituting each page has a unique ID and an order attribute value, and the order attribute value of the block element may indicate the position of the block element on each page. For example, block elements may be arranged in ascending order according to the order attribute value in the vertical direction on each page.
  • FIG. 9 illustrates a block element structure diagram when the multipage type webpage shown in FIG. 8 is switched to a single page type.
  • page 910 illustrated in FIG. 9 since all block elements constituting the web page are output on a single page, navigation is unnecessary.
  • each block element constituting the web page is assigned a new order attribute value based on the page attribute and the order attribute value. In this way, for example, all block elements can be placed in ascending order according to a new order attribute value on a single page. Even when the type of the web page is switched to a single page type, each block element may internally maintain page attribute and order attribute values referred to in the multiple page type in separate attribute fields.
  • the embodiments described above may be implemented as hardware components, software components, and / or combinations of hardware components and software components.
  • the devices, methods, and components described in the embodiments may include, for example, processors, controllers, arithmetic logic units (ALUs), digital signal processors, microcomputers, field programmable gates (FPGAs). It may be implemented using one or more general purpose or special purpose computers, such as an array, a programmable logic unit (PLU), a microprocessor, or any other device capable of executing and responding to instructions.
  • the processing device may execute an operating system (OS) and one or more software applications running on the operating system.
  • the processing device may also access, store, manipulate, process, and generate data in response to the execution of the software.
  • OS operating system
  • the processing device may also access, store, manipulate, process, and generate data in response to the execution of the software.
  • processing device includes a plurality of processing elements and / or a plurality of types of processing elements. It can be seen that it may include.
  • the processing device may include a plurality of processors or one processor and one controller.
  • other processing configurations are possible, such as parallel processors.
  • the software may include a computer program, code, instructions, or a combination of one or more of the above, and configure the processing device to operate as desired, or process it independently or collectively. You can command the device.
  • Software and / or data may be any type of machine, component, physical device, virtual equipment, computer storage medium or device in order to be interpreted by or to provide instructions or data to the processing device. Or may be permanently or temporarily embodied in a signal wave to be transmitted.
  • the software may be distributed over networked computer systems so that they may be stored or executed in a distributed manner.
  • Software and data may be stored on one or more computer readable recording media.
  • the method according to the embodiment may be embodied in the form of program instructions that can be executed by various computer means and recorded in a computer readable medium.
  • the computer readable medium may include program instructions, data files, data structures, etc. alone or in combination.
  • the program instructions recorded on the media may be those specially designed and constructed for the purposes of the embodiments, or they may be of the kind well-known and available to those having skill in the computer software arts.
  • Examples of computer-readable recording media include magnetic media such as hard disks, floppy disks, and magnetic tape, optical media such as CD-ROMs, DVDs, and magnetic disks, such as floppy disks.
  • Examples of program instructions include not only machine code generated by a compiler, but also high-level language code that can be executed by a computer using an interpreter or the like.
  • the hardware device described above may be configured to operate as one or more software modules to perform the operations of the embodiments, and vice versa.

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • General Engineering & Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Audiology, Speech & Language Pathology (AREA)
  • Health & Medical Sciences (AREA)
  • Artificial Intelligence (AREA)
  • Computational Linguistics (AREA)
  • General Health & Medical Sciences (AREA)
  • Human Computer Interaction (AREA)
  • Data Mining & Analysis (AREA)
  • Databases & Information Systems (AREA)
  • Mathematical Physics (AREA)
  • Software Systems (AREA)
  • Information Transfer Between Computers (AREA)

Abstract

Un procédé pour fournir un service de construction de page Web selon un mode de réalisation peut comprendre les étapes suivantes : lorsque des informations d'édition relatives à un premier élément de bloc d'au moins un élément de bloc constituant une page Web sont reçues par une interface utilisateur exécutée par au moins un processeur, identification, dans le code source de la page Web, d'une première séquence de codes correspondant au premier élément de bloc ; et correction de la première séquence de codes sur la base des informations d'édition.
PCT/KR2015/008027 2015-02-13 2015-07-31 Appareil et procédé pour construire une page web Ceased WO2016129765A1 (fr)

Applications Claiming Priority (8)

Application Number Priority Date Filing Date Title
KR20150022035 2015-02-13
KR10-2015-0022048 2015-02-13
KR20150022048 2015-02-13
KR20150022044 2015-02-13
KR10-2015-0022035 2015-02-13
KR10-2015-0022044 2015-02-13
KR1020150067440A KR101649822B1 (ko) 2015-02-13 2015-05-14 웹페이지 구축 장치 및 방법
KR10-2015-0067440 2015-05-14

Publications (1)

Publication Number Publication Date
WO2016129765A1 true WO2016129765A1 (fr) 2016-08-18

Family

ID=56615595

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/KR2015/008027 Ceased WO2016129765A1 (fr) 2015-02-13 2015-07-31 Appareil et procédé pour construire une page web

Country Status (1)

Country Link
WO (1) WO2016129765A1 (fr)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2021066325A1 (fr) * 2019-10-04 2021-04-08 (주)텐스 Procédé et appareil pour générer une page web

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6026433A (en) * 1997-03-17 2000-02-15 Silicon Graphics, Inc. Method of creating and editing a web site in a client-server environment using customizable web site templates
KR20050110417A (ko) * 2004-05-19 2005-11-23 이은혜 레이어 기능을 이용한 웹페이지 구축방법 및 그 방법을 구현하는 프로그램을 기록한 기록 매체
KR20070092360A (ko) * 2006-03-09 2007-09-13 엔씨소프트 재팬 가부시키 가이샤 웹 디자인 변경 장치 및 방법
KR20080087057A (ko) * 2007-01-03 2008-09-30 주식회사 알티캐스트 웹페이지의 영역별 링크방법
KR20140012664A (ko) * 2011-03-14 2014-02-03 시아오미 아이엔씨. 웹페이지 재배치 방법

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6026433A (en) * 1997-03-17 2000-02-15 Silicon Graphics, Inc. Method of creating and editing a web site in a client-server environment using customizable web site templates
KR20050110417A (ko) * 2004-05-19 2005-11-23 이은혜 레이어 기능을 이용한 웹페이지 구축방법 및 그 방법을 구현하는 프로그램을 기록한 기록 매체
KR20070092360A (ko) * 2006-03-09 2007-09-13 엔씨소프트 재팬 가부시키 가이샤 웹 디자인 변경 장치 및 방법
KR20080087057A (ko) * 2007-01-03 2008-09-30 주식회사 알티캐스트 웹페이지의 영역별 링크방법
KR20140012664A (ko) * 2011-03-14 2014-02-03 시아오미 아이엔씨. 웹페이지 재배치 방법

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2021066325A1 (fr) * 2019-10-04 2021-04-08 (주)텐스 Procédé et appareil pour générer une page web
US12045305B2 (en) 2019-10-04 2024-07-23 Tenth Co., Ltd. Method and apparatus for generating web page using blocks

Similar Documents

Publication Publication Date Title
US10565296B2 (en) Designing interactive web templates
Hazzard OpenLayers 2.10
US10049095B2 (en) In-context editing of output presentations via automatic pattern detection
US9047261B2 (en) Document editing method
US11216253B2 (en) Application prototyping tool
CN112114807A (zh) 界面显示方法、装置、设备及存储介质
US9817811B2 (en) Web server system, dictionary system, dictionary call method, screen control display method, and demonstration application generation method
KR101275871B1 (ko) SaaS 환경에서의 홈페이지 제작 시스템 및 방법, 그 방법을 컴퓨터에서 실행하기 위한 컴퓨터 프로그램이 기록된, 컴퓨터로 판독 가능한 기록 매체
WO2017028611A1 (fr) Procédé et appareil de mise en œuvre de formulaire
WO2016032080A1 (fr) Système de conversion de graphe utilisant des métadonnées et procédé associé
WO2021066325A1 (fr) Procédé et appareil pour générer une page web
JP2018501551A (ja) 数式処理方法、装置、デバイス及びプログラム
JP2001109612A (ja) 音声読み上げ範囲の指定方法および装置
KR101649822B1 (ko) 웹페이지 구축 장치 및 방법
CN104111823B (zh) 一种在线交互块式编辑方法及编辑器
CN112711731A (zh) 数据埋点方法、装置、设备及存储介质
CN107408104A (zh) 样式的声明级联重新排序
WO2016129765A1 (fr) Appareil et procédé pour construire une page web
KR102228241B1 (ko) 웹 상에서의 가상 입력 방법 및 시스템
WO2005098661A1 (fr) Système de traitement de document et procédé de traitement de document
JP2006172319A (ja) 情報管理装置、端末装置、情報管理システム、情報管理方法、及び情報管理プログラム
EP1744255A1 (fr) Système de traitement de document et procédé de traitement de document
WO2005098662A1 (fr) Dispositif de traitement de document et méthode de traitement de document
JP2020087299A (ja) ウェブ構築支援装置およびウェブ構築支援プログラム
CN112269961A (zh) 基于关联报表的网页生成方法、系统、设备及存储介质

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 15882128

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 15882128

Country of ref document: EP

Kind code of ref document: A1