WO2016024646A1 - Web content authoring device and control method thereof - Google Patents

Web content authoring device and control method thereof Download PDF

Info

Publication number
WO2016024646A1
WO2016024646A1 PCT/KR2014/007436 KR2014007436W WO2016024646A1 WO 2016024646 A1 WO2016024646 A1 WO 2016024646A1 KR 2014007436 W KR2014007436 W KR 2014007436W WO 2016024646 A1 WO2016024646 A1 WO 2016024646A1
Authority
WO
WIPO (PCT)
Prior art keywords
web
selection
event
action
item
Prior art date
Application number
PCT/KR2014/007436
Other languages
French (fr)
Korean (ko)
Inventor
이세진
이용찬
Original Assignee
주식회사 다빈치소프트웨어연구소
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 주식회사 다빈치소프트웨어연구소 filed Critical 주식회사 다빈치소프트웨어연구소
Priority to PCT/KR2014/007436 priority Critical patent/WO2016024646A1/en
Publication of WO2016024646A1 publication Critical patent/WO2016024646A1/en

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q50/00Information and communication technology [ICT] specially adapted for implementation of business processes of specific business sectors, e.g. utilities or tourism
    • G06Q50/10Services

Definitions

  • the present invention relates to a web content authoring apparatus and a control method thereof, a recording medium on which a program for executing the control method is recorded, and an application stored in the medium to execute the control method in combination with hardware.
  • the web content may include at least one component.
  • the web page may include various components such as an image component, a button component, and a link component.
  • web content developers write action functions to be executed when a specific event occurs for each component.
  • the writing of action functions corresponding to each event of a component is written in a predefined programming language (for example, a JavaScript language), which is why people who are not familiar with such programming languages (for example, web content planners or It is not easy for a web developer to develop web content.
  • a predefined programming language for example, a JavaScript language
  • the present invention has been made to solve the above-mentioned conventional problems, and an object thereof is to facilitate the use of components included in web content and to produce web content even if the developer is not able to use a specific programming language.
  • a web content authoring apparatus and a control method thereof, a recording medium on which a program for executing the control method is recorded, and an application stored in the medium in combination with hardware to execute the control method are provided.
  • a web content authoring apparatus for authoring a web page including at least one web component comprises: a display unit; A display controller configured to display at least one web component, an event list including at least one event item, and an action list including at least one action item on the display unit; A primary sensor for detecting a web component selection of a user; A secondary detector for detecting a user's selection of an event item included in the event list; A tertiary detector for detecting a user's selection of an action item included in the action list; After the selection of the action item is detected by the tertiary detector, when the event corresponding to the event item in which the selection is detected by the secondary detector for the web component detected by the primary detector is generated, the tertiary And a script generator configured to generate a client script to perform an action corresponding to the action item whose selection is detected by the detector, wherein the display controller displays the event list after the web component is detected by the primary detector. And after the selection of the event item
  • a method of controlling a web content authoring apparatus for authoring a web page including at least one web component includes: displaying at least one web component; Detecting a web component selection of the user; Displaying an event list including at least one event item after the web component selection is detected; Detecting a user's selection of an event item included in the event list; Displaying an action list including at least one action item after selection of the event item is detected; Detecting a user's selection of an action item included in the action list; After the selection of the action item is detected, a client script for performing an action corresponding to the action item in which the selection is detected when an event corresponding to the event item in which the selection is detected is detected for the web component in which the selection is detected. It comprises a step of generating.
  • FIG. 1 is a functional block diagram of a web content authoring apparatus according to an embodiment of the present invention.
  • FIG. 2 is a diagram illustrating a screen configuration state where a web authoring tool is executed in a web content authoring apparatus
  • FIG. 3 is a diagram illustrating an example of an event list
  • FIG. 4 is a diagram illustrating an example of an action list selectable from a specific event item
  • FIG. 5 is a control flowchart of a web content authoring apparatus according to an embodiment of the present invention.
  • each embodiment according to the present invention is only one example to help understanding of the present invention, and the present invention is not limited to these embodiments.
  • the present invention may be composed of a combination of at least one or more of individual configurations, individual functions, or individual steps included in each embodiment.
  • the web content authoring apparatus 100 may include a display 110, a display controller 120, a primary sensor 130, and a secondary sensor 140. It may be configured to include a tertiary sensor 150, a script generator 160, a web page generator 170, an input unit 180, and a storage unit 190.
  • the display 110 displays a web content (hereinafter, referred to as a “web page”) authoring process, and may include, for example, a liquid crystal display (LCD).
  • a web page a web content
  • LCD liquid crystal display
  • the input unit 180 performs a function of receiving a user's input.
  • the input unit 180 may include a keypad including at least one push button, or may include a touch pad that senses a touch input. Various configurations are possible as well.
  • the input unit 180 when configured to include a touch pad, the input unit 180 may be combined with the display unit 110 described above to have a touch screen form.
  • the display controller 120 controls the display 110 to display at least one web component, an event list including at least one event item, and an action list including at least one action item.
  • the display control unit 120 includes a web component selected by a user among web components included in a predetermined web component display area among the areas displayed on the display 110 in an authoring area which is another area on the display 110. I can display it.
  • the display controller 120 may extract a web component from a web page designated by a user among previously stored web pages and display the web component on the display 110.
  • the display controller 120 should be configured to include a function of parsing or interpreting a web page.
  • the display controller 120 displays the event list after the web component selection is detected by the primary sensor 130, and displays the action list after the selection of the event item is detected by the secondary sensor 140.
  • the first sensor 130 and the second sensor 140 will be described in detail later.
  • the event item included in the event list may be previously stored in the storage 190 by being matched with a web component of which the selection is detected by the primary sensor 130.
  • the storage 190 may match and store each web component and an event item available in the web component, and the display controller 120 may match event items matched to the web component detected by the user. Extracting from the storage 190 generates and displays an event list.
  • the action item included in the action list is matched with at least one of a web component in which a selection is detected by the primary sensor 130 and an event item in which a selection is detected by the secondary sensor 140, and the storage unit 190. It may be previously stored in.
  • the web component refers to a component included in web content such as a web page, and for example, various components included in web content such as an image component, a button component, and a link component.
  • the component that uses the ⁇ img> tag among the html tags can be called an image component
  • the component that uses the button attribute of the ⁇ input> tag can be called a button component
  • the component that uses the ⁇ a> tag can be called a link component.
  • a web component may mean all components to which 'id' is assigned in an html tag.
  • An event item corresponds to each event, where an event occurs on each web component, for example, after a web page has been created, according to the user's choice to view that web page.
  • OnMouseOver event that occurs when placed on the web component
  • OnClick event that occurs when the user clicks on the web component using the mouse pointer. Since the event itself is only known technology, a detailed description thereof will be omitted.
  • An action item corresponds to each action performed in response to an event occurrence. For example, when a user clicks on a particular web component to select it, all of the actions that change the shape or image of another web component or cause a link to a specific site are performed. Corresponds to the action.
  • the primary detector 130 detects a user's web component selection
  • the secondary detector 140 detects a user's selection of an event item included in an event list.
  • the difference detecting unit 150 detects a user's selection of an action item included in the action list.
  • the script generator 160 selects the second component 140 for the web component whose selection is detected by the primary detector 130.
  • the tertiary detector 150 generates a client script to perform an action corresponding to the action item whose selection is detected.
  • a selection for the first web component is detected by the primary detector 130
  • a selection of an OnMouseOver event item is detected by the secondary detector 140
  • a specific site is detected by the third detector 150.
  • the script generator 160 may determine that the site "when a user who views a web page later places a mouse pointer on the first web component. kipo.go.kr "automatically generates a script (for example, JavaScript) to link to.
  • a script for example, JavaScript
  • the script generated by the script generator 160 may include code for detecting the position of the mouse pointer on the first web component and, in this case, code for connecting to "kipo.go.kr”. .
  • the web page generation unit 170 generates a web page including both a web component displayed on the display 110 by the display control unit 120 and a client script generated by the script generation unit 160, and then stores the storage page 190. A function of storing the information is stored at 190.
  • a web page includes both a web component and a client script related to the web component
  • the web page viewer causes an event defined in the client script to occur for the web component as described above
  • the client script is defined in the client script. Action is performed automatically.
  • FIG. 2 is an example of a screen display for authoring web content in the web content authoring apparatus 100 according to an embodiment of the present invention.
  • the component editor 112 is an area for creating at least one web component or displaying the generated web component
  • the property editor 113 is an area for defining characteristics of each web component
  • the page editor 115 is at least one. This area is used to create a web page or to display a previously created web page.
  • the layout editor creates a web page that selects at least one web page included in the page editor and adds or deletes a web component to the web page.
  • the action editor is an area for defining events and actions for web components included in the layout editor.
  • This screen configuration is only an example and can be variously changed.
  • FIG 3 illustrates an example in which an event list including at least one event item described above is displayed on the display 110.
  • OnLoad means an event that occurs when a web page is loaded and displayed on a user terminal.
  • OnClick means that a user clicks a mouse or touches a specific component. An event that occurs when you click.
  • a screen for selecting an action may be displayed as shown in FIG. 4.
  • the web content authoring apparatus 100 For example, if the developer selects the Set Property item 220, the Target item 221 and the Property item 222 may be displayed. The user selects Button1 from the Target item 221 and the Property item 222.
  • the web content authoring apparatus 100 generates a corresponding client script (for example, JavaScript) code.
  • the generated client script code indicates when the corresponding web page is displayed on the user terminal. The code that detects it and the code that causes Button1 in the Web page to be checked at that moment are included.
  • the above example corresponds to the case where the entire web page is a web component.
  • the script code includes a code that detects an event that occurs when the user moves the mouse pointer over Button3 while the corresponding web page is displayed on the user terminal, and at that moment, Button1 included in the web page is checked. Contains code that makes it possible.
  • FIG. 5 is a diagram illustrating a control flow of the web content authoring apparatus 100 according to an embodiment of the present invention.
  • the web content storage device executes the authoring tool (step S1).
  • the screen configuration as illustrated in FIG. 2 may be displayed.
  • a blank screen appears in the layout editor of FIG. 2 (step S3).
  • the web content authoring apparatus 100 displays an empty web page in the layout editor (step S5), and the web content authoring apparatus ( 100 may add a UI component to the added web page (step S7).
  • the web page of the layout editor may include a plurality of web components.
  • the web content authoring apparatus 100 designates the selected web component (step S9), and the web content authoring apparatus according to the user's selection using the action editor (step S9). 100 designates an event item and an action item (step S11).
  • the web content authoring apparatus 100 automatically generates a JavaScript code for performing a specific action when a specific event occurs in a specific web component according to the previously specified content and includes it in the corresponding web page (step S13).
  • the web content authoring apparatus 100 generates and stores a web page including both the web component added to the web page and the generated JavaScript (step S15).
  • the specific action defined in the client script code may be performed. It is.
  • a developer does not need to detect a specific event occurrence for a specific web component and manually code a client script in which a specific function is performed, thereby shortening client script coding time. You can reduce mistakes that can occur during manual coding.
  • the process of performing each of the above-described embodiments can be performed by a program or an application stored in a predetermined recording medium (for example, computer readable).
  • the recording medium includes both an electronic recording medium such as a random access memory (RAM), a magnetic recording medium such as a hard disk, an optical recording medium such as a compact disk (CD), and the like.
  • the program stored in the recording medium may be executed on hardware such as a computer or a smartphone to perform the above-described embodiments.
  • at least one of the functional blocks of the web content authoring apparatus 100 according to the present invention described above may be implemented by such a program or application.
  • script generation for performing a specific action according to a specific event occurrence for a specific web component included in web content is performed by an intuitive selection of a developer, the script code is generated manually. This reduces errors and shortens script code generation time.

Landscapes

  • Business, Economics & Management (AREA)
  • Tourism & Hospitality (AREA)
  • Health & Medical Sciences (AREA)
  • Economics (AREA)
  • General Health & Medical Sciences (AREA)
  • Human Resources & Organizations (AREA)
  • Marketing (AREA)
  • Primary Health Care (AREA)
  • Strategic Management (AREA)
  • Physics & Mathematics (AREA)
  • General Business, Economics & Management (AREA)
  • General Physics & Mathematics (AREA)
  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • User Interface Of Digital Computer (AREA)

Abstract

Provided are a web content authoring device, a control method thereof, a recording medium having recorded therein a program for executing the control method, and an application stored in the medium to be combined with hardware and thereby execute the control method. A method for controlling a web content authoring device for authoring a web page including at least one web component according to the present invention comprises the steps of: displaying at least one web component; sensing that a user selects a web component; displaying an event list including at least one event item after sensing the selection of the web component; sensing that a user selects the event item included in the event list; displaying an action list including at least one action item after sensing the selection of the event item; sensing that a user selects the action item included in the action list; and, after sensing the selection of the action item, generating a client script which allows an action corresponding to the sensed action item selection to be conducted in the case of occurrence of an event which corresponds to the sensed event item selection regarding the sensed web component selection.

Description

웹 콘텐츠 저작 장치 및 그 제어방법Web content authoring device and its control method
본 발명은 웹 콘텐츠 저작 장치 및 그 제어방법과, 그 제어방법을 실행하기 위한 프로그램을 기록한 기록 매체와, 하드웨어와 결합되어 그 제어방법을 실행시키기 위하여 매체에 저장된 애플리케이션에 관한 것으로, 보다 상세하게는 웹 페이지에 포함되는 클라이언트 스크립트를 저작하는 장치 및 그 제어방법과, 그 제어방법을 실행하기 위한 프로그램을 기록한 기록 매체와, 하드웨어와 결합되어 그 제어방법을 실행시키기 위하여 매체에 저장된 애플리케이션에 관한 것이다.The present invention relates to a web content authoring apparatus and a control method thereof, a recording medium on which a program for executing the control method is recorded, and an application stored in the medium to execute the control method in combination with hardware. An apparatus for authoring a client script included in a web page, a control method thereof, a recording medium having recorded thereon a program for executing the control method, and an application stored in the medium in combination with hardware to execute the control method.
웹 콘텐츠(예를 들어 웹 페이지 또는 웹 어플리케이션 등)에는 적어도 하나의 컴포넌트(Component)들이 포함될 수 있는데, 예를 들어 웹 페이지는 이미지 컴포넌트, 버튼 컴포넌트, 링크 컴포넌트 등의 다양한 컴포넌트들이 포함될 수 있다.The web content (for example, a web page or a web application) may include at least one component. For example, the web page may include various components such as an image component, a button component, and a link component.
그런데 이러한 웹 콘텐츠 특성상 모든 컴포넌트들은 상황에 따라 지정된 이벤트를 발생시키며 해당 이벤트의 특성에 따라 필요한 동작을 호출한다.However, due to the nature of these web contents, all the components generate the specified event according to the situation and call the necessary action according to the characteristic of the corresponding event.
이를 위해 웹 콘텐츠 개발자들은 각 컴포넌트의 특정 이벤트 발생시에 수행될 동작 함수를 작성한다.To do this, web content developers write action functions to be executed when a specific event occurs for each component.
그런데 일반적으로 컴포넌트의 각 이벤트에 대응되는 동작 함수의 작성은 기 정의된 프로그램 언어(예를 들어 자바스크립트 언어)로 작성되게 되는데, 이로 인해 이러한 프로그램 언어에 익숙지 않은 사람들(예를 들어 웹 콘텐츠 기획자 또는 디자이너 등)은 웹 콘텐츠를 개발하는 것이 쉽지 않다.However, in general, the writing of action functions corresponding to each event of a component is written in a predefined programming language (for example, a JavaScript language), which is why people who are not familiar with such programming languages (for example, web content planners or It is not easy for a web developer to develop web content.
더욱이 개발자라 하더라도 이러한 프로그램 언어를 이용하여 직접 코딩하는 경우 오류가 발생할 가능성이 많고, 또한 많은 작업 시간이 소요되는 문제가 있다.In addition, even if a developer directly codes using such a programming language, an error may occur, and a lot of time is required.
[선행기술문헌][Preceding technical literature]
공개특허 제10-2010-0056938Patent Publication No. 10-2010-0056938
본 발명은 상기한 종래의 문제점을 해결하기 위해 안출된 것으로서, 그 목적은 웹 콘텐츠에 포함되는 컴포넌트의 활용을 용이하게 하고, 특정 프로그램 언어를 이용할 줄 아는 개발자가 아니라 하더라도, 웹 콘텐츠의 제작이 가능하도록 하는 웹 콘텐츠 저작 장치 및 그 제어방법과, 그 제어방법을 실행하기 위한 프로그램을 기록한 기록 매체와, 하드웨어와 결합되어 그 제어방법을 실행시키기 위하여 매체에 저장된 애플리케이션을 제공하는 것이다.SUMMARY OF THE INVENTION The present invention has been made to solve the above-mentioned conventional problems, and an object thereof is to facilitate the use of components included in web content and to produce web content even if the developer is not able to use a specific programming language. A web content authoring apparatus and a control method thereof, a recording medium on which a program for executing the control method is recorded, and an application stored in the medium in combination with hardware to execute the control method are provided.
상기한 목적을 달성하기 위해 본 발명에 따른 적어도 하나의 웹 컴포넌트를 포함하는 웹페이지를 저작하기 위한 웹 콘텐츠 저작 장치는, 디스플레이부와; 적어도 하나의 웹 컴포넌트, 적어도 하나의 이벤트 항목을 포함하는 이벤트 리스트와, 적어도 하나의 액션 항목을 포함하는 액션 리스트를 상기 디스플레이부에 표시하는 표시 제어부와; 사용자의 웹 컴포넌트 선택을 감지하는 1차 감지부와; 상기 이벤트 리스트에 포함된 이벤트 항목에 대한 사용자의 선택을 감지하는 2차 감지부와; 상기 액션 리스트에 포함된 액션 항목에 대한 사용자의 선택을 감지하는 3차 감지부와; 상기 3차 감지부에서 액션 항목의 선택이 감지된 이후, 상기 1차 감지부에서 선택이 감지된 웹 컴포넌트에 대한 상기 2차 감지부에서 선택이 감지된 이벤트 항목에 대응되는 이벤트의 발생시 상기 3차 감지부에서 선택이 감지된 액션 항목에 대응되는 액션이 수행되도록 하는 클라이언트 스크립트를 생성하는 스크립트 생성부를 포함하되, 상기 표시 제어부는 상기 1차 감지부에서 웹 컴포넌트 선택이 감지된 이후 상기 이벤트 리스트를 표시하고, 상기 2차 감지부에서 이벤트 항목의 선택이 감지된 이후 상기 액션 리스트를 표시하는 것을 특징으로 한다.In order to achieve the above object, a web content authoring apparatus for authoring a web page including at least one web component according to the present invention comprises: a display unit; A display controller configured to display at least one web component, an event list including at least one event item, and an action list including at least one action item on the display unit; A primary sensor for detecting a web component selection of a user; A secondary detector for detecting a user's selection of an event item included in the event list; A tertiary detector for detecting a user's selection of an action item included in the action list; After the selection of the action item is detected by the tertiary detector, when the event corresponding to the event item in which the selection is detected by the secondary detector for the web component detected by the primary detector is generated, the tertiary And a script generator configured to generate a client script to perform an action corresponding to the action item whose selection is detected by the detector, wherein the display controller displays the event list after the web component is detected by the primary detector. And after the selection of the event item is detected by the secondary detector, the action list is displayed.
또, 상기한 목적을 달성하기 위해 본 발명에 따른 적어도 하나의 웹 컴포넌트를 포함하는 웹페이지를 저작하기 위한 웹 콘텐츠 저작 장치의 제어방법은, 적어도 하나의 웹 컴포넌트를 표시하는 단계와; 사용자의 웹 컴포넌트 선택을 감지하는 단계와; 상기 웹 컴포넌트 선택이 감지된 이후, 적어도 하나의 이벤트 항목을 포함하는 이벤트 리스트를 표시하는 단계와; 상기 이벤트 리스트에 포함된 이벤트 항목에 대한 사용자의 선택을 감지하는 단계와; 상기 이벤트 항목의 선택이 감지된 이후, 적어도 하나의 액션 항목을 포함하는 액션 리스트를 표시하는 단계와; 상기 액션 리스트에 포함된 액션 항목에 대한 사용자의 선택을 감지하는 단계와; 상기 액션 항목의 선택이 감지된 이후, 상기 선택이 감지된 웹 컴포넌트에 대한 상기 선택이 감지된 이벤트 항목에 대응되는 이벤트의 발생시, 상기 선택이 감지된 액션 항목에 대응되는 액션이 수행되도록 하는 클라이언트 스크립트를 생성하는 단계를 포함하여 이루어진다.In addition, to achieve the above object, a method of controlling a web content authoring apparatus for authoring a web page including at least one web component according to the present invention includes: displaying at least one web component; Detecting a web component selection of the user; Displaying an event list including at least one event item after the web component selection is detected; Detecting a user's selection of an event item included in the event list; Displaying an action list including at least one action item after selection of the event item is detected; Detecting a user's selection of an action item included in the action list; After the selection of the action item is detected, a client script for performing an action corresponding to the action item in which the selection is detected when an event corresponding to the event item in which the selection is detected is detected for the web component in which the selection is detected. It comprises a step of generating.
도 1은 본 발명의 일 실시예에 따른 웹 콘텐츠 저작 장치의 기능 블록도이고,1 is a functional block diagram of a web content authoring apparatus according to an embodiment of the present invention.
도 2는 웹 콘텐츠 저작 장치에서 웹 저작 도구가 실행된 화면 구성 상태를 나타낸 도면이고,2 is a diagram illustrating a screen configuration state where a web authoring tool is executed in a web content authoring apparatus;
도 3은 이벤트 리스트의 일 예를 나타낸 도면이고,3 is a diagram illustrating an example of an event list;
도 4는 특정 이벤트 항목에서 선택 가능한 액션 리스트의 일 예를 나타낸 도면이고,4 is a diagram illustrating an example of an action list selectable from a specific event item;
도 5는 본 발명의 일 실시예에 따른 웹 콘텐츠 저작 장치의 제어 흐름도이다.5 is a control flowchart of a web content authoring apparatus according to an embodiment of the present invention.
이하에서는 첨부도면을 참조하여 본 발명에 대해 상세히 설명한다.Hereinafter, the present invention will be described in detail with reference to the accompanying drawings.
이하 본 발명에 따른 각 실시예는 본 발명의 이해를 돕기 위한 하나의 예에 불과하고, 본 발명이 이러한 실시예에 한정되는 것은 아니다. 특히 본 발명은 각 실시예에 포함되는 개별 구성, 개별 기능, 또는 개별 단계 중 적어도 어느 하나 이상의 조합으로 구성될 수 있다.Hereinafter, each embodiment according to the present invention is only one example to help understanding of the present invention, and the present invention is not limited to these embodiments. In particular, the present invention may be composed of a combination of at least one or more of individual configurations, individual functions, or individual steps included in each embodiment.
본 발명의 일 실시예에 따른 웹 콘텐츠 저작 장치(100)는 도 1에 도시된 바와 같이 디스플레이부(110), 표시 제어부(120), 1차 감지부(130), 2차 감지부(140), 3차 감지부(150), 스크립트 생성부(160), 웹 페이지 생성부(170), 입력부(180), 저장부(190)를 포함하여 구성될 수 있다.As illustrated in FIG. 1, the web content authoring apparatus 100 according to an exemplary embodiment of the present invention may include a display 110, a display controller 120, a primary sensor 130, and a secondary sensor 140. It may be configured to include a tertiary sensor 150, a script generator 160, a web page generator 170, an input unit 180, and a storage unit 190.
디스플레이부(110)는 웹 콘텐츠(이하에는 '웹 페이지'라 가정함) 저작 과정을 표시하는 것으로서, 예를 들어 LCD(Liquid Crystal Display)를 포함하여 구성될 수 있다.The display 110 displays a web content (hereinafter, referred to as a “web page”) authoring process, and may include, for example, a liquid crystal display (LCD).
입력부(180)는 사용자의 입력을 수신하는 기능을 수행하는데, 입력부(180)는 적어도 하나의 누름 버튼을 포함하는 키패드를 포함하여 구성될 수 있고, 또는 터치 입력을 감지하는 터치 패드를 포함하여 구성될 수 있는 등 다양한 구성이 가능하다.The input unit 180 performs a function of receiving a user's input. The input unit 180 may include a keypad including at least one push button, or may include a touch pad that senses a touch input. Various configurations are possible as well.
특히 입력부(180)가 터치 패드를 포함하여 구성되는 경우 상술한 디스플레이부(110)와 결합하여 터치스크린 형태로 구성될 수 있다.In particular, when the input unit 180 is configured to include a touch pad, the input unit 180 may be combined with the display unit 110 described above to have a touch screen form.
표시 제어부(120)는 적어도 하나의 웹 컴포넌트, 적어도 하나의 이벤트 항목을 포함하는 이벤트 리스트와, 적어도 하나의 액션 항목을 포함하는 액션 리스트가 디스플레이부(110)에 표시되도록 제어한다.The display controller 120 controls the display 110 to display at least one web component, an event list including at least one event item, and an action list including at least one action item.
여기서 표시 제어부(120)는 디스플레이부(110)에 표시되는 영역 중 소정의 웹 컴포넌트 표시 영역에 포함되어 있는 웹 컴포넌트 중 사용자에 의해 선택된 웹 컴포넌트를 디스플레이부(110) 상의 또 다른 영역인 저작 영역에 표시할 수 있다.Herein, the display control unit 120 includes a web component selected by a user among web components included in a predetermined web component display area among the areas displayed on the display 110 in an authoring area which is another area on the display 110. I can display it.
다른 예로써, 표시 제어부(120)는 기 저장된 웹 페이지 중 사용자에 의해 지정된 웹 페이지로부터 웹 컴포넌트를 추출하여 디스플레이부(110)에 표시할 수도 있다.As another example, the display controller 120 may extract a web component from a web page designated by a user among previously stored web pages and display the web component on the display 110.
이 경우 표시 제어부(120)는 웹 페이지를 파싱 또는 해석하는 기능을 포함하여 구성되어야 함은 물론이다.In this case, the display controller 120 should be configured to include a function of parsing or interpreting a web page.
특히, 표시 제어부(120)는 1차 감지부(130)에서 웹 컴포넌트 선택이 감지된 이후 이벤트 리스트를 표시하고, 2차 감지부(140)에서 이벤트 항목의 선택이 감지된 이후 액션 리스트를 표시할 수 있는데, 1차 감지부(130)와 2차 감지부(140)에 대한 상세한 설명은 후술토록 한다.In particular, the display controller 120 displays the event list after the web component selection is detected by the primary sensor 130, and displays the action list after the selection of the event item is detected by the secondary sensor 140. For example, the first sensor 130 and the second sensor 140 will be described in detail later.
여기서 이벤트 리스트에 포함되는 이벤트 항목은 1차 감지부(130)에서 선택이 감지된 웹 컴포넌트에 매칭되어 저장부(190)에 기 저장된 것일 수 있다.Here, the event item included in the event list may be previously stored in the storage 190 by being matched with a web component of which the selection is detected by the primary sensor 130.
즉, 저장부(190)에는 각 웹 컴포넌트와 그 웹 컴포넌트에서 이용할 수 있는 이벤트 항목이 매칭되어 저장될 수 있는데, 표시 제어부(120)는 사용자에 의해 선택이 감지된 웹 컴포넌트에 매칭된 이벤트 항목들을 저장부(190)로부터 추출하여 이벤트 리스트를 생성 및 표시하는 것이다.That is, the storage 190 may match and store each web component and an event item available in the web component, and the display controller 120 may match event items matched to the web component detected by the user. Extracting from the storage 190 generates and displays an event list.
마찬가지로 액션 리스트에 포함되는 액션 항목은 1차 감지부(130)에서 선택이 감지된 웹 컴포넌트와 2차 감지부(140)에서 선택이 감지된 이벤트 항목 중 적어도 어느 하나에 매칭되어 저장부(190)에 기 저장된 것일 수 있다.Similarly, the action item included in the action list is matched with at least one of a web component in which a selection is detected by the primary sensor 130 and an event item in which a selection is detected by the secondary sensor 140, and the storage unit 190. It may be previously stored in.
여기서 웹 컴포넌트는 웹 페이지와 같은 웹 콘텐츠에 포함되는 구성 요소를 의미하는 것으로서, 예를 들어 이미지 컴포넌트, 버튼 컴포넌트, 링크 컴포넌트 등 웹 콘텐츠에 포함되는 각종 컴포넌트들을 의미한다. 즉, html 태그 중 <img> 태그를 사용하는 구성요소는 이미지 컴포넌트라 할 수 있고, <input> 태그의 button 속성을 사용하는 구성요소는 버튼 컴포넌트라 할 수 있으며, <a> 태그를 사용하는 구성요소는 링크 컴포넌트라 할 수 있다.Here, the web component refers to a component included in web content such as a web page, and for example, various components included in web content such as an image component, a button component, and a link component. In other words, the component that uses the <img> tag among the html tags can be called an image component, and the component that uses the button attribute of the <input> tag can be called a button component, and the component that uses the <a> tag. An element can be called a link component.
특히 웹 페이지의 경우 웹 컴포넌트는 html 태그 내에 'id'가 할당되는 모든 구성 요소를 의미할 수 있다.In particular, in the case of a web page, a web component may mean all components to which 'id' is assigned in an html tag.
이벤트 항목은 각각의 이벤트에 대응되는 것으로서, 여기서 이벤트는 예를 들어 웹 페이지가 생성된 이후, 해당 웹 페이지를 열람하는 사용자의 선택에 따라 각 웹 컴포넌트 상에 발생하는 것으로서, 예를 들어 마우스 포인터가 해당 웹 컴포넌트 위에 위치하는 경우 발생하는 OnMouseOver 이벤트, 마우스 포인터를 이용하여 해당 웹 컴포넌트를 클릭할 때 발생하는 OnClick 이벤트 등 다양하다. 이러한 이벤트 그 자체는 기 공지된 기술에 불과하므로 보다 상세한 설명을 생략한다.An event item corresponds to each event, where an event occurs on each web component, for example, after a web page has been created, according to the user's choice to view that web page. OnMouseOver event that occurs when placed on the web component, OnClick event that occurs when the user clicks on the web component using the mouse pointer. Since the event itself is only known technology, a detailed description thereof will be omitted.
액션 항목은 이벤트 발생에 따라 수행되는 각 액션에 대응되는 것으로서, 예를 들어 특정 웹 컴포넌트를 사용자가 클릭하여 선택하는 경우 다른 웹 컴포넌트의 모양 또는 이미지를 변화시키거나 특정 사이트로 연결되도록 하는 동작이 모두 액션에 해당한다.An action item corresponds to each action performed in response to an event occurrence. For example, when a user clicks on a particular web component to select it, all of the actions that change the shape or image of another web component or cause a link to a specific site are performed. Corresponds to the action.
1차 감지부(130)는 사용자의 웹 컴포넌트 선택을 감지하는 기능을 수행하고, 2차 감지부(140)는 이벤트 리스트에 포함된 이벤트 항목에 대한 사용자의 선택을 감지하는 기능을 수행하며, 3차 감지부(150)는 상기 액션 리스트에 포함된 액션 항목에 대한 사용자의 선택을 감지하는 기능을 수행한다.The primary detector 130 detects a user's web component selection, and the secondary detector 140 detects a user's selection of an event item included in an event list. The difference detecting unit 150 detects a user's selection of an action item included in the action list.
스크립트 생성부(160)는 3차 감지부(150)에서 액션 항목의 선택이 감지된 이후, 1차 감지부(130)에서 선택이 감지된 웹 컴포넌트에 대한 2차 감지부(140)에서 선택이 감지된 이벤트 항목에 대응되는 이벤트의 발생시 3차 감지부(150)에서 선택이 감지된 액션 항목에 대응되는 액션이 수행되도록 하는 클라이언트 스크립트를 생성한다.After the selection of the action item is detected by the tertiary detector 150, the script generator 160 selects the second component 140 for the web component whose selection is detected by the primary detector 130. When the event corresponding to the detected event item is generated, the tertiary detector 150 generates a client script to perform an action corresponding to the action item whose selection is detected.
예를 들어 1차 감지부(130)에서 제1 웹 컴포넌트에 대한 선택이 감지되고, 2차 감지부(140)에서 OnMouseOver 이벤트 항목의 선택이 감지되었으며, 3차 감지부(150)에서 특정 사이트, 예를 들어 "kipo.go.kr"로의 연결에 해당하는 액션 선택이 감지된 경우, 스크립트 생성부(160)는 추후 웹 페이지를 열람하는 사용자가 제1 웹 컴포넌트에 마우스 포인터를 위치시킨 경우 사이트 "kipo.go.kr"로 연결하도록 하는 스크립트(예를 들어 자바스크립트)를 자동으로 생성하는 것이다.For example, a selection for the first web component is detected by the primary detector 130, a selection of an OnMouseOver event item is detected by the secondary detector 140, and a specific site is detected by the third detector 150. For example, when an action selection corresponding to a connection to "kipo.go.kr" is detected, the script generator 160 may determine that the site "when a user who views a web page later places a mouse pointer on the first web component. kipo.go.kr "automatically generates a script (for example, JavaScript) to link to.
즉, 스크립트 생성부(160)가 생성한 스크립트에는 제1 웹 컴포넌트에 마우스 포인터를 위치(Over)시키는 것을 감지하는 코드와 그 경우 "kipo.go.kr"로 연결하도록 하는 코드가 포함될 수 있는 것이다.That is, the script generated by the script generator 160 may include code for detecting the position of the mouse pointer on the first web component and, in this case, code for connecting to "kipo.go.kr". .
웹 페이지 생성부(170)는 표시 제어부(120)에 의해 디스플레이부(110)에 표시된 웹 컴포넌트와 스크립트 생성부(160)에서 생성된 클라이언트 스크립트를 모두 포함하는 웹 페이지를 생성하여 저장부(190)(190)에 저장하는 기능을 수행한다.The web page generation unit 170 generates a web page including both a web component displayed on the display 110 by the display control unit 120 and a client script generated by the script generation unit 160, and then stores the storage page 190. A function of storing the information is stored at 190.
이렇게 웹 페이지에 웹 컴포넌트와 그 웹 컴포넌트와 관련된 클라이언트 스크립트가 모두 포함되는 경우, 상술한 바와 같이 웹 컴포넌트에 대해서 해당 웹 페이지 열람자가 클라이언트 스크립트에서 정의된 이벤트가 발생하도록 하는 경우, 그 클라이언트 스크립트에서 정의된 액션이 자동으로 수행되는 것이다.When a web page includes both a web component and a client script related to the web component, when the web page viewer causes an event defined in the client script to occur for the web component as described above, the client script is defined in the client script. Action is performed automatically.
도 2는 본 발명의 일 실시예에 따른 웹 콘텐츠 저작 장치(100)에서 웹 콘텐츠를 저작하기 위한 화면 표시의 일 예이다.2 is an example of a screen display for authoring web content in the web content authoring apparatus 100 according to an embodiment of the present invention.
컴포넌트 에디터(112)는 적어도 하나의 웹 컴포넌트들을 생성하거나 생성된 웹 컴포넌트를 표시하는 영역이고, 프로퍼티 에디터(113)는 각 웹 컴포넌트들의 특성을 정의하기 위한 영역이며, 페이지 에디터(115)는 적어도 하나의 웹 페이지를 생성하거나 기 생성된 웹 페이지를 표시하는 영역이고, 레이아웃 에디터는 페이지 에디터에 포함된 적어도 하나의 웹 페이지를 선택하고 해당 웹 페이지에 웹 컴포넌트를 추가하거나 삭제할 수 있도록 하는 웹 페이지를 생성하기 위한 영역이고, 액션 에디터는 레이아웃 에디터 상에 포함된 웹 컴포넌트에 대한 이벤트 및 액션을 정의 내리기 위한 영역이다.The component editor 112 is an area for creating at least one web component or displaying the generated web component, the property editor 113 is an area for defining characteristics of each web component, and the page editor 115 is at least one. This area is used to create a web page or to display a previously created web page. The layout editor creates a web page that selects at least one web page included in the page editor and adds or deletes a web component to the web page. The action editor is an area for defining events and actions for web components included in the layout editor.
이러한 화면 구성은 일 예에 불과하며 다양하게 변경 가능함은 물론이다.This screen configuration is only an example and can be variously changed.
도 3은 상술한 적어도 하나의 이벤트 항목을 포함하는 이벤트 리스트가 디스플레이부(110) 상에 표시된 일 예이다.3 illustrates an example in which an event list including at least one event item described above is displayed on the display 110.
여기서 OnLoad, OnInit, OnShow 등 각각은 이벤트 항목에 해당하는데, 예를 들어 OnLoad는 웹 페이지가 사용자 단말기 상에서 로드되어 표시되는 시점에 발생하는 이벤트를 의미하고, OnClick은 특정 컴포넌트에 대해 사용자가 마우스 또는 터치 클릭을 하는 경우 발생하는 이벤트를 의미한다.In this case, OnLoad, OnInit, OnShow, etc., each corresponds to an event item. For example, OnLoad means an event that occurs when a web page is loaded and displayed on a user terminal. OnClick means that a user clicks a mouse or touches a specific component. An event that occurs when you click.
도 3과 같은 이벤트 리스트가 표시된 상태에서 개발자가 OnLoad 항목을 선택하면, 도 4와 같이 액션 선택을 위한 화면이 표시될 수 있다.When the developer selects an OnLoad item while the event list as shown in FIG. 3 is displayed, a screen for selecting an action may be displayed as shown in FIG. 4.
예를 들어 Set Property 항목(220)을 개발자가 선택하는 경우, Target 항목(221)과 Property 항목(222)이 표시될 수 있는데, 사용자가 Target 항목(221)에서 Button1을 선택하고 Property 항목(222)에서 Checked를 선택하는 경우, 웹 콘텐츠 저작 장치(100)는 해당하는 클라이언트 스크립트(예를 들어 자바스크립트) 코드를 생성하는데, 그 생성된 클라이언트 스크립트 코드에는 해당하는 웹 페이지가 사용자 단말기에서 표시되는 시점을 감지하는 코드와, 그 순간에 웹 페이지에 포함된 Button1이 Check 된 상태가 되도록 하는 코드가 포함된다.For example, if the developer selects the Set Property item 220, the Target item 221 and the Property item 222 may be displayed. The user selects Button1 from the Target item 221 and the Property item 222. In the case of selecting Checked in, the web content authoring apparatus 100 generates a corresponding client script (for example, JavaScript) code. The generated client script code indicates when the corresponding web page is displayed on the user terminal. The code that detects it and the code that causes Button1 in the Web page to be checked at that moment are included.
상술한 예는 웹 페이지 전체가 웹 컴포넌트인 경우의 예에 해당한다.The above example corresponds to the case where the entire web page is a web component.
다른 예로써, 개발자가 웹 페이지에 포함된 제1 웹 컴포넌트(예를 들어 Button3)를 선택하고, 도 3의 OnMouseOver 항목을 선택하고, 액션 항목의 선택은 도 4와 같다고 가정하면, 그 생성된 클라이언트 스크립트 코드에는 해당하는 웹 페이지가 사용자 단말기에서 표시된 상태에서 사용자가 Button3에 마우스 포인터를 위치(Over) 시킬 때 발생하는 이벤트를 감지하는 코드와, 그 순간에 웹 페이지에 포함된 Button1이 Check 된 상태가 되도록 하는 코드가 포함된다.As another example, assuming that a developer selects a first web component (eg, Button3) included in a web page, selects an OnMouseOver item of FIG. 3, and selects an action item as shown in FIG. 4, the generated client The script code includes a code that detects an event that occurs when the user moves the mouse pointer over Button3 while the corresponding web page is displayed on the user terminal, and at that moment, Button1 included in the web page is checked. Contains code that makes it possible.
도 5는 본 발명의 일 실시예에 따른 웹 콘텐츠 저작 장치(100)의 제어흐름을 나타낸 도면이다.5 is a diagram illustrating a control flow of the web content authoring apparatus 100 according to an embodiment of the present invention.
개발자의 요청에 따라 웹 콘텐츠 저장 장치는 저작도구를 실행시킨다(단계 S1). 저작도구 실행에 따라 앞서 설명한 도 2와 같은 화면 구성이 표시될 수 있다. 이때 도 2의 레이아웃 에디터에는 빈 화면이 나타난다(단계 S3).At the request of the developer, the web content storage device executes the authoring tool (step S1). According to the execution of the authoring tool, the screen configuration as illustrated in FIG. 2 may be displayed. At this time, a blank screen appears in the layout editor of FIG. 2 (step S3).
사용자가 도 2의 페이지 에디터(115)에서 웹 페이지를 생성하면 웹 콘텐츠 저작 장치(100)는 레이아웃 에디터에 빈 웹 페이지를 표시하고(단계 S5), 사용자의 컴포넌트 에디터 조작에 따라 웹 콘텐츠 저작 장치(100)는 추가된 웹 페이지에 UI 컴포넌트를 추가할 수 있다(단계 S7).When the user generates a web page in the page editor 115 of FIG. 2, the web content authoring apparatus 100 displays an empty web page in the layout editor (step S5), and the web content authoring apparatus ( 100 may add a UI component to the added web page (step S7).
이러한 방식으로 레이아웃 에디터의 웹 페이지에는 복수 개의 웹 컴포넌트가 포함될 수 있다.In this manner, the web page of the layout editor may include a plurality of web components.
이후, 사용자가 추가된 복수 개의 웹 컴포넌트 중 어느 하나를 선택하면 웹 콘텐츠 저작 장치(100)는 해당 선택된 웹 컴포넌트를 지정하고(단계 S9), 액션 에디터를 이용한 사용자의 선택에 따라 웹 콘텐츠 저작 장치(100)는 이벤트 항목 및 액션 항목을 지정한다(단계 S11).Thereafter, when the user selects any one of the added web components, the web content authoring apparatus 100 designates the selected web component (step S9), and the web content authoring apparatus according to the user's selection using the action editor (step S9). 100 designates an event item and an action item (step S11).
이후 웹 콘텐츠 저작 장치(100)는 앞서 지정된 내용에 따라 특정 웹 컴포넌트에서 특정 이벤트가 발생하는 경우 특정 액션이 수행되도록 하는 자바스크립트 코드를 자동으로 생성하여 해당하는 웹 페이지에 포함시킨다(단계 S13).Thereafter, the web content authoring apparatus 100 automatically generates a JavaScript code for performing a specific action when a specific event occurs in a specific web component according to the previously specified content and includes it in the corresponding web page (step S13).
이어서, 웹 콘텐츠 저작 장치(100)는 웹 페이지에 추가된 웹 컴포넌트와 생성된 자바스크립트를 모두 포함하는 웹 페이지를 생성하여 저장한다(단계 S15).Subsequently, the web content authoring apparatus 100 generates and stores a web page including both the web component added to the web page and the generated JavaScript (step S15).
이처럼 생성된 웹 페이지를 사용자 단말기에 표시되고, 그 웹 페이지에 포함된 특정 웹 컴포넌트에 대해서 클라이언트 스크립트 코드 내에서 정의된 이벤트가 발생하는 경우, 그 클라이언트 스크립트 코드 내에서 정의된 특정 액션이 수행될 수 있는 것이다.When the generated web page is displayed on the user terminal and an event defined in the client script code occurs for a specific web component included in the web page, the specific action defined in the client script code may be performed. It is.
상술한 웹 콘텐츠 저작 장치(100)에 의하면, 개발자는 특정 웹 컴포넌트에 대한 특정 이벤트 발생을 감지하고 그에 따른 특정 기능이 수행되는 클라이언트 스크립트를 수동으로 코딩할 필요가 없어서 클라이언트 스크립트 코딩 시간이 단축됨은 물론 수동 코딩 작업 중 발생할 수 있는 실수를 줄일 수 있다.According to the web content authoring apparatus 100 described above, a developer does not need to detect a specific event occurrence for a specific web component and manually code a client script in which a specific function is performed, thereby shortening client script coding time. You can reduce mistakes that can occur during manual coding.
뿐만 아니라 필요한 클라이언트 스크립트 코드를 작성하기 위해 직관적인 리스트(즉, 이벤트 리스트 또는 액션 리스트)를 보면서 필요한 선택을 하기만 하면 되므로 클라이언트 스크립트 코드에 대한 문외한인 디자이너 등도 자신이 원하는 클라이언트 스크립트 코드를 쉽게 작성할 수 있는 이점이 있다.In addition, you can easily write your own client script code by looking at the intuitive list (ie event list or action list) and making the necessary choices to write the client script code. There is an advantage to that.
한편, 상술한 각 실시예를 수행하는 과정은 소정의 기록 매체(예를 들어 컴퓨터로 판독 가능한)에 저장된 프로그램 또는 애플리케이션에 의해 이루어질 수 있음은 물론이다. 여기서 기록 매체는 RAM(Random Access Memory)과 같은 전자적 기록 매체, 하드 디스크와 같은 자기적 기록 매체, CD(Compact Disk)와 같은 광학적 기록 매체 등을 모두 포함한다.On the other hand, the process of performing each of the above-described embodiments can be performed by a program or an application stored in a predetermined recording medium (for example, computer readable). Here, the recording medium includes both an electronic recording medium such as a random access memory (RAM), a magnetic recording medium such as a hard disk, an optical recording medium such as a compact disk (CD), and the like.
이때, 기록 매체에 저장된 프로그램은 컴퓨터나 스마트폰 등과 같은 하드웨어 상에서 실행되어 상술한 각 실시예를 수행할 수 있다. 특히, 상술한 본 발명에 따른 웹 콘텐츠 저작 장치(100)의 기능 블록 중 적어도 어느 하나는 이러한 프로그램 또는 애플리케이션에 의해 구현될 수 있다.In this case, the program stored in the recording medium may be executed on hardware such as a computer or a smartphone to perform the above-described embodiments. In particular, at least one of the functional blocks of the web content authoring apparatus 100 according to the present invention described above may be implemented by such a program or application.
이상 설명한 바와 같이 본 발명에 따르면, 웹 콘텐츠에 포함된 특정 웹 컴포넌트에 대한 특정 이벤트 발생에 따른 특정 액션이 수행되도록 하는 스크립트 생성이 개발자 등의 직관적인 선택에 의해 이루어지므로, 수동으로 스크립트 코드를 생성하는 것에 비해 실수가 줄어들고 스크립트 코드 생성 시간이 짧아진다.As described above, according to the present invention, since script generation for performing a specific action according to a specific event occurrence for a specific web component included in web content is performed by an intuitive selection of a developer, the script code is generated manually. This reduces errors and shortens script code generation time.
특히 스크립트 코드의 생성을 위해 직관적인 인터페이스 상에서 항목 선택만 하면 되므로 스크립트 코드의 문법을 모르는 디자이너 등도 필요한 스크립트 코드를 쉽게 생성할 수 있다.In particular, simply select items on the intuitive interface to generate script code, so designers who do not know the syntax of the script code can easily generate the necessary script code.

Claims (14)

  1. 적어도 하나의 웹 컴포넌트를 포함하는 웹페이지를 저작하기 위한 웹 콘텐츠 저작 장치의 제어방법에 있어서,A control method of a web content authoring apparatus for authoring a web page including at least one web component,
    (a) 적어도 하나의 웹 컴포넌트를 표시하는 단계와;(a) displaying at least one web component;
    (b) 사용자의 웹 컴포넌트 선택을 감지하는 단계와;(b) detecting a user's selection of web components;
    (c) 상기 (b) 단계에서의 웹 컴포넌트 선택이 감지된 이후, 적어도 하나의 이벤트 항목을 포함하는 이벤트 리스트를 표시하는 단계와;(c) displaying an event list including at least one event item after detecting the web component selection in step (b);
    (d) 상기 이벤트 리스트에 포함된 이벤트 항목에 대한 사용자의 선택을 감지하는 단계와;(d) detecting a user's selection of an event item included in the event list;
    (e) 상기 (d) 단계에서 이벤트 항목의 선택이 감지된 이후, 적어도 하나의 액션 항목을 포함하는 액션 리스트를 표시하는 단계와;(e) displaying an action list including at least one action item after detecting selection of an event item in step (d);
    (f) 상기 액션 리스트에 포함된 액션 항목에 대한 사용자의 선택을 감지하는 단계와;(f) detecting a user's selection of an action item included in the action list;
    (g) 상기 (f) 단계에서 액션 항목의 선택이 감지된 이후, 상기 (b) 단계에서 선택이 감지된 웹 컴포넌트에 대한 상기 (d) 단계에서 선택이 감지된 이벤트 항목에 대응되는 이벤트의 발생시, 상기 (f) 단계에서 선택이 감지된 액션 항목에 대응되는 액션이 수행되도록 하는 클라이언트 스크립트를 생성하는 단계를 포함하는 것을 특징으로 하는 웹 콘텐츠 저작 장치의 제어방법.(g) after the selection of the action item is detected in step (f), when an event corresponding to the event item in which the selection is detected in step (d) for the web component in which the selection is detected in step (b) And generating a client script for performing an action corresponding to the action item whose selection is detected in the step (f).
  2. 제1항에 있어서,The method of claim 1,
    상기 (c) 단계의 이벤트 리스트에 포함되는 이벤트 항목은 상기 (b) 단계에서 선택이 감지된 웹 컴포넌트에 매칭되어 기 저장된 것을 특징으로 하는 웹 콘텐츠 저작 장치의 제어방법.The event item included in the event list of the step (c) is matched with the web component of the selection detected in the step (b) and stored in advance.
  3. 제1항에 있어서,The method of claim 1,
    상기 (e) 단계의 액션 리스트에 포함되는 액션 항목은 상기 (b) 단계에서 선택이 감지된 웹 컴포넌트와 상기 (d) 단계에서 선택이 감지된 이벤트 항목 중 적어도 어느 하나에 매칭되어 기 저장된 것을 특징으로 하는 웹 콘텐츠 저작 장치의 제어방법.The action item included in the action list of step (e) is stored in advance and matched with at least one of a web component in which a selection is detected in step (b) and an event item in which a selection is detected in step (d). A control method of a web content authoring apparatus.
  4. 제1항에 있어서,The method of claim 1,
    상기 (a) 단계에서 표시된 웹 컴포넌트와 상기 (g) 단계에서 생성된 클라이언트 스크립트를 모두 포함하는 웹 페이지를 생성하는 단계를 더 포함하는 것을 특징으로 하는 웹 콘텐츠 저작 장치의 제어방법.And generating a web page including both the web component displayed in the step (a) and the client script generated in the step (g).
  5. 제1항에 있어서,The method of claim 1,
    상기 (a) 단계에서는 웹 컴포넌트 표시 영역에 포함된 웹 컴포넌트 중 사용자에 의해 선택된 웹 컴포넌트를 저작 영역에 표시하는 것을 특징으로 하는 웹 콘텐츠 저작 장치의 제어방법.And in the step (a), display a web component selected by a user among web components included in the web component display area in the authoring area.
  6. 제1항에 있어서,The method of claim 1,
    상기 (a) 단계에서는 기 저장된 웹 페이지 중 사용자에 의해 지정된 웹 페이지로부터 웹 컴포넌트를 추출하여 표시하는 것을 특징으로 하는 웹 콘텐츠 저작 장치의 제어방법.In the step (a), the web component authoring method, characterized in that for extracting and displaying a web component from a web page specified by the user of the previously stored web page.
  7. 제1항 내지 제6항 중 어느 한 항의 방법을 실행시키기 위한 프로그램을 기록한 컴퓨터 판독 가능 기록 매체.A computer-readable recording medium having recorded thereon a program for executing the method of any one of claims 1 to 6.
  8. 하드웨어와 결합되어 제1항 내지 제6항 중 어느 한 항의 방법을 실행시키기 위하여 매체에 저장된 애플리케이션.An application stored on a medium in combination with hardware to execute the method of any one of claims 1 to 6.
  9. 적어도 하나의 웹 컴포넌트를 포함하는 웹페이지를 저작하기 위한 웹 콘텐츠 저작 장치에 있어서,In the web content authoring apparatus for authoring a web page including at least one web component,
    디스플레이부와;A display unit;
    적어도 하나의 웹 컴포넌트, 적어도 하나의 이벤트 항목을 포함하는 이벤트 리스트와, 적어도 하나의 액션 항목을 포함하는 액션 리스트를 상기 디스플레이부에 표시하는 표시 제어부와;A display controller configured to display at least one web component, an event list including at least one event item, and an action list including at least one action item on the display unit;
    사용자의 웹 컴포넌트 선택을 감지하는 1차 감지부와;A primary sensor for detecting a web component selection of a user;
    상기 이벤트 리스트에 포함된 이벤트 항목에 대한 사용자의 선택을 감지하는 2차 감지부와;A secondary detector for detecting a user's selection of an event item included in the event list;
    상기 액션 리스트에 포함된 액션 항목에 대한 사용자의 선택을 감지하는 3차 감지부와;A tertiary detector for detecting a user's selection of an action item included in the action list;
    상기 3차 감지부에서 액션 항목의 선택이 감지된 이후, 상기 1차 감지부에서 선택이 감지된 웹 컴포넌트에 대한 상기 2차 감지부에서 선택이 감지된 이벤트 항목에 대응되는 이벤트의 발생시 상기 3차 감지부에서 선택이 감지된 액션 항목에 대응되는 액션이 수행되도록 하는 클라이언트 스크립트를 생성하는 스크립트 생성부를 포함하되,After the selection of the action item is detected by the tertiary detector, when the event corresponding to the event item in which the selection is detected by the secondary detector for the web component detected by the primary detector is generated, the tertiary Including a script generation unit for generating a client script to perform an action corresponding to the action item is detected in the detection unit,
    상기 표시 제어부는 상기 1차 감지부에서 웹 컴포넌트 선택이 감지된 이후 상기 이벤트 리스트를 표시하고, 상기 2차 감지부에서 이벤트 항목의 선택이 감지된 이후 상기 액션 리스트를 표시하는 것을 특징으로 하는 웹 콘텐츠 저작 장치.The display control unit may display the event list after the selection of the web component is detected by the primary sensing unit and the action list after the selection of the event item is detected by the secondary sensing unit. Authoring device.
  10. 제9항에 있어서,The method of claim 9,
    상기 이벤트 리스트에 포함되는 이벤트 항목은 상기 1차 감지부에서 선택이 감지된 웹 컴포넌트에 매칭되어 기 저장된 것을 특징으로 하는 웹 콘텐츠 저작 장치.And the event item included in the event list is pre-stored by being matched with a web component of which the selection is detected by the primary detection unit.
  11. 제9항에 있어서,The method of claim 9,
    상기 액션 리스트에 포함되는 액션 항목은 상기 1차 감지부에서 선택이 감지된 웹 컴포넌트와 상기 2차 감지부에서 선택이 감지된 이벤트 항목 중 적어도 어느 하나에 매칭되어 기 저장된 것을 특징으로 하는 웹 콘텐츠 저작 장치.The action item included in the action list is pre-stored by matching at least one of a web component whose selection is detected by the primary sensing unit and an event item whose selection is detected by the secondary sensing unit. Device.
  12. 제9항에 있어서,The method of claim 9,
    상기 표시 제어부에 의해 상기 디스플레이부에 표시된 웹 컴포넌트와 상기 스크립트 생성부에서 생성된 클라이언트 스크립트를 모두 포함하는 웹 페이지를 생성하는 웹 페이지 생성부를 더 포함하는 것을 특징으로 하는 웹 콘텐츠 저작 장치.And a web page generator for generating a web page including both a web component displayed on the display by the display controller and a client script generated by the script generator.
  13. 제9항에 있어서,The method of claim 9,
    상기 표시 제어부는 웹 컴포넌트 표시 영역에 포함된 웹 컴포넌트 중 사용자에 의해 선택된 웹 컴포넌트를 저작 영역에 표시하는 웹 콘텐츠 저작 장치.And the display controller is configured to display a web component selected by a user among web components included in the web component display area in an authoring area.
  14. 제9항에 있어서,The method of claim 9,
    상기 표시 제어부는 기 저장된 웹 페이지 중 사용자에 의해 지정된 웹 페이지로부터 웹 컴포넌트를 추출하여 표시하는 것을 특징으로 하는 웹 콘텐츠 저작 장치.And the display control unit extracts and displays a web component from a web page designated by a user among previously stored web pages.
PCT/KR2014/007436 2014-08-11 2014-08-11 Web content authoring device and control method thereof WO2016024646A1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
PCT/KR2014/007436 WO2016024646A1 (en) 2014-08-11 2014-08-11 Web content authoring device and control method thereof

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
PCT/KR2014/007436 WO2016024646A1 (en) 2014-08-11 2014-08-11 Web content authoring device and control method thereof

Publications (1)

Publication Number Publication Date
WO2016024646A1 true WO2016024646A1 (en) 2016-02-18

Family

ID=55304270

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/KR2014/007436 WO2016024646A1 (en) 2014-08-11 2014-08-11 Web content authoring device and control method thereof

Country Status (1)

Country Link
WO (1) WO2016024646A1 (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112685678A (en) * 2021-01-07 2021-04-20 腾讯科技(深圳)有限公司 Page configuration method and device, computer equipment and storage medium

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2003036254A (en) * 2001-07-25 2003-02-07 Sony Corp Contents production device and contents production method
KR20060016135A (en) * 2002-12-12 2006-02-21 샤프 가부시키가이샤 Multimedia data processing device which can easily prepare multimedia contents
KR100697809B1 (en) * 2006-01-27 2007-03-20 안경섭 The method making homepage with iframe and layer
US20100131922A1 (en) * 2005-03-14 2010-05-27 Research In Motion Limited System and method for applying development patterns for component based applications
KR20120045744A (en) * 2010-11-01 2012-05-09 한국전자통신연구원 An apparatus and method for authoring experience-based learning content

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2003036254A (en) * 2001-07-25 2003-02-07 Sony Corp Contents production device and contents production method
KR20060016135A (en) * 2002-12-12 2006-02-21 샤프 가부시키가이샤 Multimedia data processing device which can easily prepare multimedia contents
US20100131922A1 (en) * 2005-03-14 2010-05-27 Research In Motion Limited System and method for applying development patterns for component based applications
KR100697809B1 (en) * 2006-01-27 2007-03-20 안경섭 The method making homepage with iframe and layer
KR20120045744A (en) * 2010-11-01 2012-05-09 한국전자통신연구원 An apparatus and method for authoring experience-based learning content

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112685678A (en) * 2021-01-07 2021-04-20 腾讯科技(深圳)有限公司 Page configuration method and device, computer equipment and storage medium
CN112685678B (en) * 2021-01-07 2023-11-07 腾讯科技(深圳)有限公司 Page configuration method, page configuration device, computer equipment and storage medium

Similar Documents

Publication Publication Date Title
US10860145B2 (en) Projection device, projection method and projection program
US9342237B2 (en) Automated testing of gesture-based applications
US9317257B2 (en) Folded views in development environment
CN103959206A (en) Methods and apparatus for dynamically adapting a virtual keyboard
US20120110459A1 (en) Automated adjustment of input configuration
US7921370B1 (en) Object-level text-condition indicators
US20160034383A1 (en) Application test across platforms
WO2019035610A1 (en) Game test automation device and method
US20130042171A1 (en) Method and system for generating and managing annotation in electronic book
CN106843663B (en) Method, device, equipment and medium for positioning pre-jump position in page
CN106649497B (en) Webpage display method and device
US11256385B2 (en) Application menu modification recommendations
US20100218135A1 (en) Cursor thumbnail displaying page layout
US20150089413A1 (en) Information display control device, information display control method, and storage medium containing program stored thereon
CN113031948A (en) Popup window display method and device, computer equipment and storage medium
US10162937B2 (en) Method and analysis system for processing biological samples
Patil et al. Enhanced UI Automator Viewer with improved Android accessibility evaluation features
JP2014119872A (en) Information processor, method for controlling information processor and computer program
KR102181630B1 (en) Apparatus and method for application emulation
WO2016024646A1 (en) Web content authoring device and control method thereof
CN108920230B (en) Response method, device, equipment and storage medium for mouse suspension operation
US9727210B2 (en) User terminal device for supporting data share function and methods thereof
US9736323B2 (en) Method of using address book of image forming apparatus on web browser and image forming apparatus for performing the same
CN104007966B (en) The Application Program Interface control information inspection method used based on exploitation
CN106648280B (en) Task management interaction method and device

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: 14899886

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

32PN Ep: public notification in the ep bulletin as address of the adressee cannot be established

Free format text: NOTING OF LOSS OF RIGHTS PURSUANT TO RULE 112(1) EPC , EPO FORM 1205A DATED 19-05-17

122 Ep: pct application non-entry in european phase

Ref document number: 14899886

Country of ref document: EP

Kind code of ref document: A1