WO2012109884A1 - 在bs架构下的参数配置的方法和装置 - Google Patents
在bs架构下的参数配置的方法和装置 Download PDFInfo
- Publication number
- WO2012109884A1 WO2012109884A1 PCT/CN2011/078157 CN2011078157W WO2012109884A1 WO 2012109884 A1 WO2012109884 A1 WO 2012109884A1 CN 2011078157 W CN2011078157 W CN 2011078157W WO 2012109884 A1 WO2012109884 A1 WO 2012109884A1
- Authority
- WO
- WIPO (PCT)
- Prior art keywords
- frame
- target object
- parameter
- drag effect
- source
- Prior art date
Links
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F3/00—Input 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/01—Input arrangements or combined input and output arrangements for interaction between user and computer
- G06F3/048—Interaction techniques based on graphical user interfaces [GUI]
- G06F3/0484—Interaction 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
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F3/00—Input 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/01—Input arrangements or combined input and output arrangements for interaction between user and computer
- G06F3/048—Interaction techniques based on graphical user interfaces [GUI]
- G06F3/0484—Interaction 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/0486—Drag-and-drop
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F9/00—Arrangements for program control, e.g. control units
- G06F9/06—Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
- G06F9/44—Arrangements for executing specific programs
- G06F9/451—Execution arrangements for user interfaces
Definitions
- the present invention relates to the field of BS (Browser and Server) architecture applications and, more particularly, to a method and apparatus for parameter configuration under a BS architecture.
- Background technique
- WEB web page
- page display and interaction are directly related to the user's experience.
- Direct drag and drop of elements in the browser window has been appreciated by more and more customers because of its speed, intuitiveness and convenience.
- the framework can divide a WEB browser window into several HTML (Hyper Text Markup Language) pages, each of which is a relatively independent HTML page. Summary of the invention
- Embodiments of the present invention provide a method and apparatus for parameter configuration in a BS architecture, which can perform a user operation step.
- a method for parameter configuration under a BS architecture comprising: receiving, in a browser window displayed simultaneously by the first frame and the second frame, a selection input of a source object of the first frame; Selecting input, generating a drag effect entity in the second frame, wherein the drag effect entity carries the information of the source object; when the drag effect entity moves to the position corresponding to the target object in the second frame, then the target object and the drag An association is established between the information of the source object carried by the effect entity.
- an apparatus for parameter configuration under a BS architecture comprising: a receiving unit, a generating unit, and an associating unit, wherein the receiving unit is configured to simultaneously display a browser window in the first frame and the second frame Receiving a selection input of the source object of the first frame; the generating unit is configured to generate a drag effect entity in the second frame based on the selection input, and the drag effect entity carries the information of the source object; the association unit is configured to be dragged When the effect entity moves to the position corresponding to the target object in the second frame, an association is established between the target object and the information of the source object carried by the drag effect entity.
- a parameter configuration method based on the BS architecture including: a source parameter selection area is displayed in the first frame of the window, and a parameter module is included in the source parameter selection area; a parameter configuration area in the second frame adjacent to or spaced apart from the source parameter selection area is presented in the browser window, Include at least one item to be configured in the parameter configuration area; the parameter display bar is displayed in the source parameter selection area and/or the parameter configuration area when the parameter module in the source parameter selection area is selected and dragged toward the parameter configuration area, When the parameter display bar moves with the drag to align and/or overlap with the to-be-configured item in the parameter configuration area, the parameters in the parameter display bar are entered into the to-be-configured item.
- the embodiment of the invention can configure parameters when dragging across the framework in the BS architecture, thereby realizing the operation steps of the user, and the operation is intuitive and natural, and conforms to the user mental model.
- FIGS. 1A and 1B are flowcharts respectively showing a method of parameter configuration in a BS architecture according to an embodiment of the present invention.
- FIGS. 2 through 8 are schematic screen shots of a method of parameter configuration in a BS architecture in accordance with an embodiment of the present invention.
- FIG. 9 is a schematic screen shot of a method of parameter configuration in a BS architecture in accordance with another embodiment of the present invention.
- Figure 10 is a block diagram of an apparatus for parameter configuration in a BS architecture in accordance with an embodiment of the present invention.
- FIG. 11 is a block diagram of an apparatus for parameter configuration in a BS architecture in accordance with another embodiment of the present invention.
- FIG. 12 is a parameter configuration method based on a BS architecture according to another embodiment of the present invention.
- FIG. 1A is a flow diagram of a method 10 of parameter configuration under a BS architecture in accordance with an embodiment of the present invention.
- 11 in FIG. 1 in a browser window displayed simultaneously by the first frame and the second frame, receiving a selection input of a source object of the first frame.
- the source object is selected, and the frame in which the source object is located is hereinafter referred to as the first frame.
- the source object can be any element carrying information in the browser window, and can be selected by a mouse, such as a file, a folder, an icon, etc., and the information carried by the file can be file content, folder structure, parameters defined for the icon, source object.
- the framework in which the target object is located is hereinafter referred to as the second frame.
- the target object can be any element in the browser window that accepts mouse events, such as files, folders, or icons.
- the information of the source object can be the content of the source object, the mapping ID of the source object on the server, and the like.
- Fig. 1, 13 when the drag effect entity moves to the position corresponding to the target object in the second frame, an association is established between the target object and the information of the source object carried by the drag effect entity.
- the association between the target object and the information of the source object carried by the drag effect entity may be information of storing the source object carried by the drag effect entity as the target object, including assigning, updating, or merging the information of the target object. .
- parameters can be configured when dragging across the framework in the BS architecture, thereby implementing the operation steps of the user, and the operation is intuitive and natural, and conforms to the user mental model.
- FIG. 1B is a flow diagram of a method 10 for parameter configuration in a BS architecture in accordance with another embodiment of the present invention.
- Fig. 1A The difference from Fig. 1A is that 12, 13 of Fig. 1A are realized by 14, 15 of Fig. 1B, respectively.
- the same reference numerals denote the same process.
- first drag effect entity 14 is based on the selection input, generating a first drag effect entity in the first frame and a second drag effect entity in the second frame, wherein the first drag effect entity and the second drag effect entity carry The information of the source object, when the second drag effect entity moves from the source object of the first frame to the target object of the second frame, then the first drag effect entity moves in the same direction as the second drag effect entity.
- the information of the source object can be the content of the source object, the mapping ID of the source object on the server, and the like.
- Fig. 1 when the second drag effect entity moves to the position corresponding to the target object in the second frame, an association is established between the information of the source object carried by the target object and the second drag effect entity.
- the establishing the association between the target object and the information of the source object carried by the second drag effect entity may be storing information of the source object carried by the second drag effect entity as information of the target object, including assigning information to the target object, Update or merge, etc.
- the second drag effect entity overlaps with the first drag effect entity visual display, for example, the second drag effect entity superimposes the first drag effect entity or the first drag effect entity
- the user's visual experience is to directly select the source object in the first frame, dragging it across the frame to the target object in the second frame, and the information of the target object changes, which is actually completed by corresponding changes in the contents of the underlying system. of.
- the method of FIG. 1B is the same as the method of FIG. 1A from the perspective of the user.
- parameters can be configured when dragging across the framework in the BS architecture, thereby implementing the operation steps of the user, and the operation is intuitive and natural, and conforms to the user mental model.
- FIG. 2 to FIG. 8 are schematic screen shots of a method of parameter configuration in a BS architecture according to an embodiment of the present invention.
- the browser window in the figure is only an example, and the embodiment of the present invention does not limit the frame layout and elements in the same browser window.
- the tree on the left includes non-leaf nodes 26 and Leaf Catalogue 27 that are part of the hierarchical structure.
- Non-leaf nodes 26 may include one or more non-foliar nodes 26 and/or leaf nodes 27.
- Leaf node 27 is the lowest level of the node and no longer includes any nodes.
- the tree frame 21 on the left side is the frame in which the target object 201 is located, which is called the second frame
- the lower right side frame 23 is the frame in which the source object 203 is located, which is called the first frame.
- the source object 203 may be any element carrying information in the browser window, and can be selected by a mouse, such as a file, a folder, an icon, etc., and the information carried by the file may be file content, folder structure, parameters defined for the icon, and source.
- the target object 201 can be any element in the browser window that can accept mouse events, such as files, folders, or icons.
- the source object 203 of the first frame 23 and the target object 201 of the second frame 21 are simultaneously schematically indicated in FIG.
- the user selects the source object 203 of the first frame 23 using the mouse.
- the receiving unit of the apparatus receives a selection input to the source object 203 of the first frame 23. You can select multiple pieces of information as source objects by clicking the checkbox. Of course, you can also click on a message to drag. This makes the user's choice more convenient.
- the drag effect entity 30 is generated in the second frame 21 while the mouse is moving.
- the first drag is generated in the first frame 23.
- the motion effect entity 33 generates a second drag effect entity 31 in the second frame 21, wherein the first drag effect entity 33 and the second drag effect entity 31 carry information of the source object.
- each frame can only customize its own drag effect entity and the information it carries. It cannot directly use the drag effect entity defined by other frames and the information it carries.
- the floating layer (div) of the second drag effect entity 31 is placed behind the current mouse position, and the floating layer of the first drag effect entity 33 is placed behind the floating layer of the second drag effect entity 31.
- the user sees that the second drag effect entity 31 and the first drag effect entity 33 may be overlapped, or may hide the first drag effect entity 33 (for example: rendering into transparency), so that even if dragging two drags The effect entity, but will not see the ghost, the customer experience will be better.
- the user 31 moves to the target object 201 within the first frame 23 using the mouse, at which time the mouse moves to the left, and the second drag effect entity 201 moves in the same direction as the first drag effect entity 203.
- the visual perception that the user sees is that a drag effect moves from the source object 203 to the target object 201.
- the mouse crosses the first frame 23 the first drag effect entity and the information carried therein are retained in the first frame. in. If the first drag effect entity is hidden, then the user only sees that the second drag effect entity is moving to the left.
- the visual feeling that the user sees is that a drag effect moves from the source object 203 to the target object 201 across the frame, which is the same as when the drag effect entity 30 is directly moved, thereby avoiding dragging the mouse from different applications. Make the customer experience better.
- the user moves to the target object 201 within the second frame 21 using the mouse.
- Target object 201 as a page element that can accept mouse events, can be non-leaf nodes
- the user moves the mouse to the target object 201, and as shown in FIG. 6, the non-leaf node 26 stopped by the mouse expands step by step to display the information corresponding to the non-leaf node 26 or includes One or more non-leaf nodes 26 and/or leaf nodes 27 are provided to make it easier for the user to select the target object.
- the target object 201 selected by the mouse is one of one or more leaf nodes 27.
- the hierarchical architecture may not need to be expanded.
- the user moves the mouse to the target object 201 to establish an association between the target object 201 and the information of the source object 203 carried by the drag effect entity 30 (or the second drag effect entity 31).
- the information of the source object 203 may be stored as information of the target object, including using the information of the source object 203 to assign, update, or combine the information of the target object 201. And wait.
- the browser saves the contents of the browser window and stores the contents of the browser window to the server for the next time.
- the prompt box 71 can prompt a method of dragging across the framework unsuccessfully or prompting the correct association.
- the prompt box 81 can prompt the success information, indicating that the cross-frame dragging succeeds.
- FIG. 9 is a schematic screen shot of a method of parameter configuration in a BS architecture in accordance with another embodiment of the present invention.
- Fig. 9 there are three frames in the same browser window 90, a left frame (first frame) 91, an intermediate frame 93, and a right frame (second frame) 92.
- the icon (National Day Peak Time) in the left frame 91 is selected as the source object 901, which is dragged across the frame to the target object 902 in the right frame 92, and the virtual button (Time Schedule for Weekend, weekend arrangement) ).
- 99 in Fig. 9 is a drag effect entity, similar to 30 or 31 shown in Fig. 2.
- the information "National Day rush hour” carried by the source object 901 is assigned, updated or merged into the information "weekend arrangement" of the target object 902, and the object is dragged across the framework in the browser window. Configuration parameters.
- the browser saves the contents of the browser window and stores the contents of the browser window to the server for the next time.
- parameters can be configured when dragging across the framework in the BS architecture, thereby implementing the operation steps of the user, and the operation is intuitive and natural, and conforms to the user mental model.
- FIG 10 is a block diagram of an apparatus 100 for parameter configuration in a BS architecture in accordance with an embodiment of the present invention.
- the device 100 includes a receiving unit 101, a generating unit 103, and an associating unit 104.
- the receiving unit 101 receives a selection input of a source object of the first frame in a browser window displayed simultaneously by the first frame and the second frame.
- the source object is selected, and the frame in which the source object is located is hereinafter referred to as the first frame.
- the source object can be any element carrying information in the browser window, and can be selected by a mouse, such as a file, a folder, an icon, etc., and the information carried by the file can be file content, folder structure, parameters defined for the icon, source object.
- the framework in which the target object is located is hereinafter referred to as the second frame.
- the target object can be any element in the browser window that accepts mouse events, such as files, folders, or icons.
- the generating unit 103 generates a drag effect entity in the second frame based on the selection input, wherein the drag effect entity carries information of the source object.
- the information of the source object can be the content of the source object, the mapping ID of the source object on the server, and the like.
- the association unit 104 establishes an association between the target object and the information of the source object carried by the drag effect entity when the drag effect entity moves to the corresponding position of the target object in the second frame.
- the association between the target object and the information of the source object carried by the drag effect entity may be information of storing the source object carried by the drag effect entity as the target object, including assigning, updating, or merging the information of the target object. .
- parameters can be configured when dragging across the framework in the BS architecture, thereby implementing the operation steps of the user, and the operation is intuitive and natural, and conforms to the user mental model.
- Figure 11 is a block diagram of an apparatus 110 for parameter configuration in a BS architecture in accordance with another embodiment of the present invention.
- the receiving unit 111, the second generating unit 113, and the associating unit 114 of the device 110 are the same as or similar to the receiving unit 101, the generating unit 103, and the associating unit 104 of the device 100.
- the difference is that the device 110 further includes a first generating unit 112, a first display unit 115, and a second display unit 116.
- the first generation unit 112 generates a first drag effect entity in the first frame based on the selection input.
- the second generating unit 113 generates a second drag effect entity in the second frame based on the selection input, wherein the first drag effect entity and the second drag effect entity carry information of the source object, and the second drag effect entity When moving from the source object of the first frame to the target object of the second frame, the first drag effect entity moves in the same direction as the second drag effect entity.
- the associating unit 104 establishes an association between the information of the source object carried by the target object and the second drag effect entity when the second drag effect entity moves to a position corresponding to the target object in the second frame.
- the establishing the association between the target object and the information of the source object carried by the second drag effect entity may be storing information of the source object carried by the second drag effect entity as information of the target object, including assigning information to the target object, Update or merge, etc.
- the first display unit 115 superimposes the second drag effect entity on the first drag effect entity or hides the first drag effect entity. In addition, when the second drag effect entity moves out of the first frame, the first drag effect entity is hidden, and only the second drag effect entity is displayed.
- the second drag effect entity and the first drag effect The physical visual display overlaps.
- the user visual experience directly selects the source object in the first frame, and drags it across the frame.
- the information of the target object changes. This is actually done by corresponding changes in the contents of the underlying system.
- the second non-leaf node is expanded step by step to display information corresponding to the non-leaf node or one or more non-leaf nodes and/or leaves included. node.
- the server stores the content of the browser window after establishing an association between the target object and the information of the source object carried by the second drag effect entity.
- the device 110 implements the method 10. For details, please refer to FIG. 2 to FIG. 9 , and details are not described herein again.
- parameters can be configured when dragging across the framework in the BS architecture, thereby implementing the operation steps of the user, and the operation is intuitive and natural, and conforms to the user mental model.
- FIG. 12 is a parameter configuration method based on a BS architecture according to another embodiment of the present invention.
- the parameter configuration method 120 includes:
- the source parameter selection area is presented in a first frame of the browser window, and the parameter module is included in the source parameter selection area.
- the browser window can be similar to the browser window in method 10 (20 of FIG. 2 to FIG. 8 or 90 of FIG. 9), respectively, and the source parameter selection area can be similar to the first frame of method 10 (23 of FIG. 2 to FIG. 8). Or 91 in Figure 9).
- the parameter module can be any element carrying information that can receive mouse input in the source parameter selection area, that is, similar to the source object of method 10 (203 of Figure 2 to Figure 8 or 901 of Figure 9).
- Parameter modules having the same or interrelated attributes among the plurality of parameter modules can be presented in a hierarchical architecture.
- a parameter configuration area in a second frame adjacent to or spaced apart from the source parameter selection area is presented in the browser window, and at least one item to be configured is included in the parameter configuration area.
- the parameter configuration area can be similar to the second frame of method 10 (21 of Fig. 2 to Fig. 8 or Fig. 9)
- the item to be configured may be any element in the browser window that can accept mouse events, such as a file, folder or icon, etc., similar to the target object in method 10 (201 of Figures 2-8 or 902 of Figure 9).
- the parameter display bar moves from the parameter module to the item to be configured Then, the hierarchical structure of the target object is expanded step by step until the item to be configured is presented.
- the hierarchical architecture to which the configuration entry belongs may be similar to a hierarchical architecture including non-leaf nodes (such as 26 in FIG. 2) and/or leaf nodes (such as 27 in FIG. 2) and their corresponding information.
- the parameter display bar is displayed in the source parameter selection area and/or the parameter configuration area when the parameter module in the source parameter selection area is selected and dragged toward the parameter configuration area, and when the parameter display bar moves with the drag to When aligning and/or overlapping with the to-be-configured items in the parameter configuration area, the parameters in the parameter display bar are entered in the items to be configured.
- the parameter display bar can be similar to the drag effect entity in method 10 (30 or 31 of Figures 2 to 8, 99 of Figure 9).
- the parameter display bar can be moved from the source parameter selection area to the item to be configured in the parameter configuration area by copying, cutting, or dragging.
- 121 and 123 in Fig. 12 are interchangeable based on the implementation, and the present invention is not limited thereto.
- parameters can be configured when dragging across the framework in the BS architecture, thereby implementing the operation steps of the user, and the operation is intuitive and natural, and conforms to the user mental model.
- the disclosed systems, devices, and methods may be implemented in other ways.
- the device embodiments described above are merely illustrative.
- the division of the unit is only a logical function division.
- there may be another division manner for example, multiple units or components may be combined or Can be integrated into another system, or some features can be ignored, or not executed.
- the coupling or direct coupling or communication connection shown or discussed may be an indirect coupling or communication connection through some interface, device or unit, and may be electrical, mechanical or otherwise.
- the unit described as a separate component may or may not be physically separated, and the component displayed as a unit may or may not be a physical unit, that is, may be located in one place. Or it can be distributed to multiple network elements. Some or all of the units may be selected according to actual needs to achieve the purpose of the solution of the embodiment.
- each functional unit in each embodiment of the present invention may be integrated into one processing unit, or each unit may exist physically separately, or two or more units may be integrated into one unit.
- the functions, if implemented in the form of software functional units and sold or used as separate products, may be stored in a computer readable storage medium.
- the technical solution of the present invention which is essential to the prior art or part of the technical solution, may be embodied in the form of a software product stored in a storage medium, including
- the instructions are used to cause a computer device (which may be a personal computer, server, or network device, etc.) to perform all or part of the steps of the methods described in various embodiments of the present invention.
- the foregoing storage medium includes: a U disk, a mobile hard disk, a read-only memory (ROM), a random access memory (RAM), a magnetic disk or an optical disk, and the like, which can store program codes. .
Landscapes
- Engineering & Computer Science (AREA)
- General Engineering & Computer Science (AREA)
- Theoretical Computer Science (AREA)
- Human Computer Interaction (AREA)
- Physics & Mathematics (AREA)
- General Physics & Mathematics (AREA)
- User Interface Of Digital Computer (AREA)
Abstract
本发明实施例提供了在BS架构下的参数配置的方法和装置,包括:在第一框架和第二框架同时显示的浏览器窗口中,接收对第一框架的源对象的选择输入;基于选择输入,在第二框架生成拖动效果实体,其中拖动效果实体携带源对象的信息;当拖动效果实体移动到第二框架内的目标对象所对应位置时,则在目标对象和拖动效果实体携带的源对象的信息之间建立关联。基于该方案,可以在BS架构下跨框架拖拽时配置参数,从而实现简化用户的操作步骤,操作直观自然,符合用户心理模型。
Description
在 BS架构下的参数配置的方法和装置 技术领域
本发明涉及 BS (浏览器和服务器) 架构应用领域, 并且更具体地, 涉 及在 BS架构下的参数配置的方法和装置。 背景技术
目前,在电信软件中, 网页(WEB )技术已经占据重要的地位。在 WEB 技术中, 页面展示及交互直接关系到用户的体验。 直接对浏览器窗口中的元 素进行拖拽因为其快捷、 直观及方便性得到了越来越多客户的欣赏。 然而, 在一个浏览器窗口显示多个框架(frame )的情形下, 如何实现在 BS架构下 跨框架拖拽时配置参数是业界的一个难题。 其中, 框架能够将一个 WEB浏 览器窗口划分为若干 HTML( Hyper Text Markup Language,超文本标记语言 ) 页面, 每个框架都是一个相对独立的 HTML页面。 发明内容
本发明实施例提供一种在 BS架构下的参数配置的方法和装置, 能够筒 化用户的操作步骤。
一方面, 提供了一种在 BS架构下的参数配置的方法, 该方法包括: 在 第一框架和第二框架同时显示的浏览器窗口中,接收对第一框架的源对象的 选择输入; 基于选择输入, 在第二框架生成拖动效果实体, 其中拖动效果实 体携带源对象的信息; 当拖动效果实体移动到第二框架内的目标对象所对应 位置时, 则在目标对象和拖动效果实体携带的源对象的信息之间建立关联。
另一方面, 提供了一种在 BS架构下的参数配置的装置, 该装置包括: 接收单元、 生成单元和关联单元, 其中接收单元用于在第一框架和第二框架 同时显示的浏览器窗口中, 接收对第一框架的源对象的选择输入; 生成单元 用于基于选择输入, 在第二框架生成拖动效果实体, 拖动效果实体携带源对 象的信息; 关联单元, 用于当拖动效果实体移动到第二框架内的目标对象所 对应位置时, 则在目标对象和拖动效果实体携带的源对象的信息之间建立关 联。
另一方面, 提供了一种基于 BS架构下的参数配置方法, 包括: 在浏览
器窗口的第一框架内呈现源参数选择区, 在源参数选择区内包括有参数模 块; 在浏览器窗口内呈现与源参数选择区相邻或相互间隔的第二框架内的参 数配置区, 在参数配置区内包括至少一个待配置条目; 参数显示条在源参数 选择区内的参数模块被选中并朝参数配置区内拖动时显示于源参数选择区 内和 /或参数配置区内,当参数显示条随着拖动移动至与参数配置区内的待配 置条目对齐和 /或重叠时, 将参数显示条内的参数录入待配置条目中。
本发明实施例可以在 BS架构下跨框架拖拽时配置参数, 从而实现筒化 用户的操作步骤, 操作直观自然, 符合用户心理模型。 附图说明
为了更清楚地说明本发明实施例的技术方案, 下面将对实施例或现有技 术描述中所需要使用的附图作筒单地介绍, 显而易见地, 下面描述中的附图 仅仅是本发明的一些实施例, 对于本领域普通技术人员来讲, 在不付出创造 性劳动的前提下, 还可以根据这些附图获得其他的附图。
图 1A和 1B分别是根据本发明实施例在 BS架构下的参数配置的方法的 流程图。
图 2至图 8是根据本发明实施例在 BS架构下的参数配置的方法的示意 性屏幕截图。
图 9是根据本发明另一实施例在 BS架构下的参数配置的方法的示意性 屏幕截图。
图 10是根据本发明实施例在 BS架构下的参数配置的装置的框图。
图 11是根据本发明另一实施例在 BS架构下的参数配置的装置的框图。 图 12是根据本发明另一实施例基于 BS架构的参数配置方法。
具体实施方式
下面将结合本发明实施例中的附图,对本发明实施例中的技术方案进行 清楚、 完整地描述, 显然, 所描述的实施例是本发明一部分实施例, 而不是 全部的实施例。 基于本发明中的实施例, 本领域普通技术人员在没有做出创 造性劳动前提下所获得的所有其他实施例, 都属于本发明保护的范围。
图 1A是根据本发明实施例在 BS架构下的参数配置的方法 10的流程图。 图 1的 11 ,在第一框架和第二框架同时显示的浏览器窗口中,接收对第 一框架的源对象的选择输入。
在多个框架的浏览器窗口中, 源对象被选中, 源对象所在的框架在下文 中称为第一框架。 源对象可以是浏览器窗口中的任何携带信息的元素, 能够 通过鼠标选择,诸如文件、文件夹、 图标等, 其携带的信息可以是文件内容、 文件夹结构、 对图标定义的参数、 源对象在服务器上的映射 ID等。 目标对 象所在的框架在下文中称为第二框架。 目标对象可以是浏览器窗口中任何可 以接受鼠标事件的元素, 诸如文件、 文件夹或图标等。
图 1的 12,基于所述选择输入,在第二框架生成拖动效果(avatar效果) 实体, 其中拖动效果实体携带源对象的信息。
源对象的信息可以是源对象的内容、 源对象在服务器上的映射 ID等。 图 1 的 13, 当拖动效果实体移动到第二框架内的目标对象所对应位置 时, 则在目标对象和拖动效果实体携带的源对象的信息之间建立关联。
在目标对象和拖动效果实体携带的源对象的信息之间建立关联可以是 将拖动效果实体携带的源对象的信息存储为目标对象的信息, 包括对目标对 象的信息赋值、 更新或合并等。
基于上述实施例方案, 可以在 BS架构下跨框架拖拽时配置参数, 从而 实现筒化用户的操作步骤, 操作直观自然, 符合用户心理模型。
作为另一种选择, 图 1B是根据本发明另一实施例在 BS架构下的参数 配置的方法 10的流程图。
与图 1A的不同之处在于, 图 1A的 12、 13分别由图 1B的 14、 15实现。 相同的附图标记表示相同的过程。
图 1的 14,基于所述选择输入,在第一框架生成第一拖动效果实体和在 第二框架生成第二拖动效果实体, 其中第一拖动效果实体和第二拖动效果实 体携带源对象的信息, 当第二拖动效果实体从第一框架的源对象向第二框架 的目标对象移动时, 则第一拖动效果实体与第二拖动效果实体同向移动。
源对象的信息可以是源对象的内容、 源对象在服务器上的映射 ID等。 图 1的 15,当第二拖动效果实体移动到第二框架内的目标对象所对应位 置时, 则在目标对象和第二拖动效果实体携带的源对象的信息之间建立关 联。
在目标对象和第二拖动效果实体携带的源对象的信息之间建立关联可 以是将第二拖动效果实体携带的源对象的信息存储为目标对象的信息, 包括 对目标对象的信息赋值、 更新或合并等。
在浏览器窗口的页面呈现过程中, 当第二拖动效果实体与第一拖动效果 实体视觉显示重叠, 例如第二拖动效果实体叠加第一拖动效果实体或将第一 拖动效果实体隐藏时, 用户视觉感受是直接选中第一框架中的源对象, 将其 跨框架拖拽至第二框架中的目标对象, 目标对象的信息有变化, 这实际是通 过下层系统内容的相应改变完成的。 这种情形下, 图 1B的方法从用户感受 来看同图 1A的方法相同。
基于上述实施例方案, 可以在 BS架构下跨框架拖拽时配置参数, 从而 实现筒化用户的操作步骤, 操作直观自然, 符合用户心理模型。
出于说明的方便, 图 2至图 8是根据本发明实施例在 BS架构下的参数 配置的方法的示意性屏幕截图。 图中的浏览器窗口仅是例子, 本发明实施例 对同一浏览器窗口中的框架布局以及其中的元素不做限定。
如图 2所示的浏览器窗口 20上有多个框架, 左侧的树状结构 (层级架 构) 区域(左侧的树)、 右上侧的节点区域和右下侧的区域分别是不同的框 架。 在创建左侧的树框架 21时, 可以将右上侧框架 22和右下侧框架 23隶 属于左侧的树框架 21。 现在要求把右下侧框架 23中的信息拖拽至左侧的树 框架(它的父框架) 21。 左侧的树包括隶属层级架构的非叶子节点 26和叶 子节点 ( Leaf Catalogue ) 27。 非叶子节点 26可以包括一个或多个非叶子节 点 26和 /或叶子节点 27。 叶子节点 27是节点的最底层, 不再包括任何节点。
左侧的树框架 21是目标对象 201所在的框架, 称为第二框架, 右下侧 框架 23是源对象 203所在的框架, 称为第一框架。 源对象 203可以是浏览 器窗口中的任何携带信息的元素, 能够通过鼠标选择, 诸如文件、 文件夹、 图标等, 其携带的信息可以是文件内容、 文件夹结构、 对图标定义的参数、 源对象在服务器上的映射 ID等。 目标对象 201可以是浏览器窗口中任何可 以接受鼠标事件的元素, 诸如文件、 文件夹或图标等。 为方便示意, 在图 2 中同时示意性标出第一框架 23的源对象 203和第二框架 21的目标对象 201。
如图 3所示,用户使用鼠标选择第一框架 23的源对象 203。作为本发明 实施例的装置的接收单元接收对第一框架 23的源对象 203的选择输入。 通 过点选复选框可以选择多条信息作为源对象。 当然也可以直接点击一条信息 进行拖动。 这样让用户选择更加方便。
在鼠标移动的同时, 在第二框架 21生成拖动效果实体 30。
或者,作为上述图 1B中实施例的实现方式,在第一框架 23生成第一拖
动效果实体 33 , 在第二框架 21生成第二拖动效果实体 31 , 其中第一拖动效 果实体 33和第二拖动效果实体 31携带源对象的信息。
作为浏览器属性之一,每个框架只能自定义属于自己的拖动效果实体及 其携带的信息, 不能直接使用其他框架定义的拖动效果实体及其携带的信 息。
本实施例中将第二拖动效果实体 31的浮层(div )放置在当前鼠标位置 的后面,将第一拖动效果实体 33的浮层放置在第二拖动效果实体 31的浮层 后面。用户看到第二拖动效果实体 31和第一拖动效果实体 33可以是重叠的, 或者可以将第一拖动效果实体 33隐藏(例如: 渲染成透明), 这样即使拖拽 两个拖动效果实体, 但是不会看到重影, 客户体验会更好。
如图 4所示, 用户 31使用鼠标在第一框架 23内移向目标对象 201 , 此 时鼠标向左侧移动, 第二拖动效果实体 201与第一拖动效果实体 203同向移 动。 此时用户看到的视觉感受是一个拖动效果从源对象 203向目标对象 201 移动, 当鼠标跨过第一框架 23 时, 第一拖动效果实体及其携带的信息被保 留在第一框架中。 如果第一拖动效果实体被隐藏, 则此时用户只看到第二拖 动效果实体在向左侧移动。此时用户看到的视觉感受是一个拖动效果从源对 象 203跨框架向目标对象 201移动, 同直接移动拖动效果实体 30时的感受 相同, 避免了从不同的应用中拖拽鼠标, 从而使客户体验更好。
如图 5所示, 用户使用鼠标在第二框架 21内移向目标对象 201。
目标对象 201 作为可以接受鼠标事件的页面元素, 可以是非叶子节点
26、 叶子节点 27或虚拟按钮等。
浏览器 32中, 作为一种实现方式, 用户将鼠标移动到目标对象 201 , , 如图 6所示, 鼠标经停的非叶子节点 26逐级展开, 以显示非叶子节点 26对 应的信息或包括的一个或多个非叶子节点 26和 /或叶子节点 27, 以使用户更 加方便地选择目标对象。此处作为图 6所示的例子,鼠标选中的目标对象 201 是一个或多个叶子节点 27的其中之一。
如果经停叶子节点或虚拟按钮等其他元素, 则层级架构可以无需展开。 如图 6所示, 用户将鼠标移动到目标对象 201 , 在目标对象 201和拖动 效果实体 30 (或第二拖动效果实体 31 )携带的源对象 203的信息之间建立 关联。 当两者建立关联成功时, 可以将源对象 203的信息作为目标对象的信 息存储, 包括使用源对象 203的信息对目标对象 201的信息赋值、 更新或合
并等。
浏览器保存浏览器窗口的内容, 将上述浏览器窗口内容存储到服务器, 以供用户下次使用。
如图 7所示, 当将鼠标移动到不能接收鼠标事件的对象时, 提示框 71 可以提示跨框架拖拽不成功或提示正确建立关联的方法。
如图 8所示, 当两者建立关联成功时, 提示框 81可以提示成功信息, 表示跨框架拖拽成功。
图 9是根据本发明另一实施例在 BS架构下的参数配置的方法的示意性 屏幕截图。
如图 9所示, 在同一浏览器窗口 90中有 3个框架, 左侧框架(第一框 架) 91、 中间框架 93和右侧框架(第二框架) 92。 选中左侧框架 91内的图 标( National Day Peak Time , 国庆高峰时间)作为源对象 901 , 将其跨框架 拖拽到右侧框架 92内的目标对象 902,虚拟按钮( Time Schedule for Weekend, 周末安排)。 图 9中的 99是拖动效果实体, 与图 2所示的 30或 31类似。 通 过本发明实施例的方法, 将源对象 901携带的信息"国庆高峰时间"赋值、 更 新或合并到目标对象 902的信息 "周末安排"中, 实现了在浏览器窗口内跨框 架进行拖拽对象配置参数。
浏览器保存浏览器窗口的内容, 将上述浏览器窗口内容存储到服务器, 以供用户下次使用。
基于上述实施例方案, 可以在 BS架构下跨框架拖拽时配置参数, 从而 实现筒化用户的操作步骤, 操作直观自然, 符合用户心理模型。
图 10是根据本发明实施例在 BS架构下的参数配置的装置 100的框图。 装置 100包括接收单元 101、 生成单元 103和关联单元 104。
接收单元 101在第一框架和第二框架同时显示的浏览器窗口中,接收对 第一框架的源对象的选择输入。
在多个框架的浏览器窗口中, 源对象被选中, 源对象所在的框架在下文 中称为第一框架。 源对象可以是浏览器窗口中的任何携带信息的元素, 能够 通过鼠标选择,诸如文件、文件夹、 图标等, 其携带的信息可以是文件内容、 文件夹结构、 对图标定义的参数、 源对象在服务器上的映射 ID等。 目标对 象所在的框架在下文中称为第二框架。 目标对象可以是浏览器窗口中任何可 以接受鼠标事件的元素, 诸如文件、 文件夹或图标等。
生成单元 103基于所述选择输入, 在第二框架生成拖动效果实体, 其中 拖动效果实体携带源对象的信息。
源对象的信息可以是源对象的内容、 源对象在服务器上的映射 ID等。 关联单元 104 当拖动效果实体移动到第二框架内的目标对象对应位置 时, 则在目标对象和拖动效果实体携带的源对象的信息之间建立关联。
在目标对象和拖动效果实体携带的源对象的信息之间建立关联可以是 将拖动效果实体携带的源对象的信息存储为目标对象的信息, 包括对目标对 象的信息赋值、 更新或合并等。
基于上述实施例方案, 可以在 BS架构下跨框架拖拽时配置参数, 从而 实现筒化用户的操作步骤, 操作直观自然, 符合用户心理模型。
图 11是根据本发明另一实施例在 BS架构下的参数配置的装置 110的框 图。
装置 110的接收单元 111、第二生成单元 113和关联单元 114与装置 100 的接收单元 101、生成单元 103和关联单元 104相同或相似。不同之处在于, 装置 110还包括第一生成单元 112、 第一显示单元 115和第二显示单元 116。
第一生成单元 112基于所述选择输入, 在第一框架生成第一拖动效果实 体。
第二生成单元 113基于所述选择输入, 在第二框架生成第二拖动效果实 体, 其中第一拖动效果实体和第二拖动效果实体携带源对象的信息, 当第二 拖动效果实体从第一框架的源对象向第二框架的目标对象移动时, 则第一拖 动效果实体与第二拖动效果实体同向移动。
关联单元 104当第二拖动效果实体移动到第二框架内的目标对象所对应 位置时, 则在目标对象和第二拖动效果实体携带的源对象的信息之间建立关 联。
在目标对象和第二拖动效果实体携带的源对象的信息之间建立关联可 以是将第二拖动效果实体携带的源对象的信息存储为目标对象的信息, 包括 对目标对象的信息赋值、 更新或合并等。
第一显示单元 115将第二拖动效果实体叠加第一拖动效果实体或隐藏第 一拖动效果实体。 此外还用于当第二拖动效果实体移动出第一框架时, 将第 一拖动效果实体隐藏, 只显示第二拖动效果实体。
在浏览器窗口的页面呈现过程中, 当第二拖动效果实体与第一拖动效果
实体视觉显示重叠, 例如第二拖动效果实体叠加第一拖动效果实体或将第一 拖动效果实体隐藏时, 用户视觉感受是直接选中第一框架中的源对象, 将其 跨框架拖拽至第二框架中的目标对象, 目标对象的信息有变化。 这实际是通 过下层系统内容的相应改变完成的。
第二显示单元 116当第二拖动效果实体向目标对象移动时, 则经过的非 叶子节点逐级展开, 以显示非叶子节点对应的信息或包括的一个或多个非叶 子节点和 /或叶子节点。
服务器当目标对象和第二拖动效果实体携带的源对象的信息之间建立 关联后存储浏览器窗口的内容。
装置 110实现了方法 10, 具体细节请参见图 2至图 9, 此处不再赘述。 基于上述实施例方案, 可以在 BS架构下跨框架拖拽时配置参数, 从而 实现筒化用户的操作步骤, 操作直观自然, 符合用户心理模型。
图 12是根据本发明另一实施例基于 BS架构的参数配置方法,该参数配 置方法 120包括:
121 , 在浏览器窗口的第一框架内呈现源参数选择区, 在源参数选择区 内包括有参数模块。
浏览器窗口可以分别类似于方法 10中的浏览器窗口 (图 2至图 8的 20 或图 9中 90 ), 源参数选择区可以类似于方法 10的第一框架(图 2至图 8 的 23或图 9中的 91 )。
参数模块可以是源参数选择区中可以接收鼠标输入的任何携带信息的 元素, 即与方法 10的源对象(图 2至图 8的 203或图 9中的 901 )相似。 多 个参数模块中具有相同或者相互关联的属性的参数模块可以以层级架构的 方式呈现。
123 , 在浏览器窗口内呈现与源参数选择区相邻或相互间隔的第二框架 内的参数配置区, 在参数配置区内包括至少一个待配置条目。
参数配置区可以类似于方法 10的第二框架(图 2至图 8的 21或图 9的
92 )。
待配置条目可以是浏览器窗口中任何可以接受鼠标事件的元素,诸如文 件、 文件夹或图标等, 类似于方法 10中的目标对象(图 2至图 8的 201或 图 9的 902 )。
当待配置条目隶属层级架构, 参数显示条从参数模块向待配置条目移动
时, 则包括逐级展开目标对象的所隶属的层级架构直至呈现待配置条目。 待配置条目隶属的层级架构可以是类似于包括非叶子节点 (如图 2 的 26 )和 /或叶子节点 (如图 2的 27 )及其对应的信息的层级架构。
125 , 参数显示条在源参数选择区内的参数模块被选中并朝参数配置区 内拖动时显示于源参数选择区内和 /或参数配置区内,当参数显示条随着拖动 移动至与参数配置区内的待配置条目对齐和 /或重叠时,将参数显示条内的参 数录入待配置条目中。
参数显示条可以类似于方法 10中的拖动效果实体(图 2至 8的 30或 31 , 图 9的 99 )。 参数显示条可以通过复制、 剪切、 或者拖动的方式由源参数选 择区移动至参数配置区的待配置条目。
图 12中的 121和 123基于实现方式的不同, 顺序可以互换, 本发明对 此不做限定。
基于上述实施例方案, 可以在 BS架构下跨框架拖拽时配置参数, 从而 实现筒化用户的操作步骤, 操作直观自然, 符合用户心理模型。
本领域普通技术人员可以意识到, 结合本文中所公开的实施例描述的各 示例的单元及算法步骤, 能够以电子硬件、 或者计算机软件和电子硬件的结 合来实现。 这些功能究竟以硬件还是软件方式来执行, 取决于技术方案的特 定应用和设计约束条件。 专业技术人员可以对每个特定的应用来使用不同方 法来实现所描述的功能, 但是这种实现不应认为超出本发明的范围。
所属领域的技术人员可以清楚地了解到, 为描述的方便和筒洁, 上述描 述的系统、 装置和单元的具体工作过程, 可以参考前述方法实施例中的对应 过程, 在此不再赘述。
在本申请所提供的几个实施例中, 应该理解到, 所揭露的系统、 装置和 方法, 可以通过其它的方式实现。 例如, 以上所描述的装置实施例仅仅是示 意性的, 例如, 所述单元的划分, 仅仅为一种逻辑功能划分, 实际实现时可 以有另外的划分方式,例如多个单元或组件可以结合或者可以集成到另一个 系统, 或一些特征可以忽略, 或不执行。 另一点, 所显示或讨论的相互之间 的耦合或直接耦合或通信连接可以是通过一些接口, 装置或单元的间接耦合 或通信连接, 可以是电性, 机械或其它的形式。
所述作为分离部件说明的单元可以是或者也可以不是物理上分开的,作 为单元显示的部件可以是或者也可以不是物理单元, 即可以位于一个地方,
或者也可以分布到多个网络单元上。可以根据实际的需要选择其中的部分或 者全部单元来实现本实施例方案的目的。
另外, 在本发明各个实施例中的各功能单元可以集成在一个处理单元 中, 也可以是各个单元单独物理存在, 也可以两个或两个以上单元集成在一 个单元中。
所述功能如果以软件功能单元的形式实现并作为独立的产品销售或使 用时, 可以存储在一个计算机可读取存储介质中。 基于这样的理解, 本发明 的技术方案本质上或者说对现有技术做出贡献的部分或者该技术方案的部 分可以以软件产品的形式体现出来,该计算机软件产品存储在一个存储介质 中, 包括若干指令用以使得一台计算机设备(可以是个人计算机, 服务器, 或者网络设备等)执行本发明各个实施例所述方法的全部或部分步骤。 而前 述的存储介质包括: U盘、移动硬盘、只读存储器( ROM, Read-Only Memory )、 随机存取存储器(RAM, Random Access Memory ), 磁碟或者光盘等各种可 以存储程序代码的介质。
以上所述, 仅为本发明的具体实施方式, 但本发明的保护范围并不局限 于此, 任何熟悉本技术领域的技术人员在本发明揭露的技术范围内, 可轻易 想到变化或替换, 都应涵盖在本发明的保护范围之内。 因此, 本发明的保护 范围应所述以权利要求的保护范围为准。
Claims
1、 一种在浏览器和服务器 BS架构下的参数配置的方法, 其特征在于, 所述方法包括:
在第一框架和第二框架同时显示的浏览器窗口中,接收对所述第一框架 的源对象的选择输入;
基于所述选择输入, 在所述第二框架生成拖动效果实体, 其中
所述拖动效果实体携带所述源对象的信息;
当所述拖动效果实体移动到所述第二框架内的目标对象所对应位置时, 则在所述目标对象和所述拖动效果实体携带的所述源对象的信息之间建立 关联。
2、 根据权利要求 1所述的方法, 其特征在于, 所述方法还包括: 当所述目标对象隶属层级架构, 所述拖动效果实体从所述源对象向所述 目标对象移动时, 则包括逐级展开所述目标对象的所隶属的层级架构直至呈 现所述目标对象。
3、 根据权利要求 1所述的方法, 其特征在于, 所述当所述拖动效果实 体移动到所述第二框架内的目标对象所对应位置时, 则在所述目标对象和所 述拖动效果实体携带的所述源对象的信息之间建立关联包括:
当所述拖动效果实体移动到所述第二框架内的目标对象所对应位置时, 则在所述目标对象和所述拖动效果实体携带的所述源对象的信息之间建立 关联后, 由所述目标对象存储所述源对象的信息。
4、 一种在浏览器和服务器 BS架构下的参数配置的装置, 其特征在于, 所述装置包括:
接收单元, 用于在第一框架和第二框架同时显示的浏览器窗口中, 接收 对所述第一框架的源对象的选择输入;
生成单元,用于基于所述选择输入,在所述第二框架生成拖动效果实体, 其中
所述拖动效果实体携带所述源对象的信息;
关联单元,用于当所述拖动效果实体移动到所述第二框架内的目标对象 所对应位置时, 则在所述目标对象和所述拖动效果实体携带的所述源对象的 信息之间建立关联。
5、 根据权利要求 4所述的装置, 其特征在于, 所述装置还包括: 显示单元, 用于当所述目标对象隶属层级架构, 所述拖动效果实体从所 述源对象向所述目标对象移动时, 则逐级展开所述目标对象的所隶属的层级 架构直至呈现所述目标对象。
6、 根据权利要求 4所述的装置, 其特征在于,
所述关联单元具体用于当所述第二拖动效果实体移动到所述第二框架 内的目标对象所对应位置时, 则在所述目标对象和所述第二拖动效果实体携 带的所述源对象的信息之间建立关联, 所述目标对象存储所述源对象的信 息。
7、 一种基于浏览器及服务器 BS架构的参数配置方法, 其特征在于, 所 述参数配置方法包括:
在显示界面的第一框架内呈现源参数选择区,在所述源参数选择区内包 括有参数模块;
在所述显示界面内呈现与所述源参数选择区相邻或相互间隔的第二框 架内的参数配置区, 在所述参数配置区内包括至少一个待配置条目;
一参数显示条在所述源参数选择区内的参数模块被选中并朝所述参数 配置区内拖动时显示于所述源参数选择区内和 /或所述参数配置区内,当所述 参数显示条随着拖动移动至与所述参数配置区内的待配置条目对齐和 /或重 叠时, 将所述参数显示条内的参数录入所述待配置条目中。
8、 如权利要求 7所述的参数配置方法, 其特征在于, 所述多个参数模 块中具有相同或者相互关联的属性的参数模块以层级架构的方式呈现。
9、 如权利要求 7或 8所述的参数配置方法, 其特征在于,
当所述待配置条目隶属层级架构, 所述参数显示条从所述参数模块向所 述待配置条目移动时, 则包括逐级展开所述目标对象的所隶属的层级架构直 至呈现所述待配置条目。
10、 如权利要求 7至 9任意一项所述的参数配置方法, 其特征在于, 所 述参数显示条通过复制、 剪切、 或者拖动的方式由所述源参数选择区移动至 所述参数配置区的所述待配置条目。
Priority Applications (3)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN2011800014583A CN102334099B (zh) | 2011-08-09 | 2011-08-09 | 在bs架构下的参数配置的方法和装置 |
PCT/CN2011/078157 WO2012109884A1 (zh) | 2011-08-09 | 2011-08-09 | 在bs架构下的参数配置的方法和装置 |
US14/143,792 US20140115504A1 (en) | 2011-08-09 | 2013-12-30 | Method and apparatus for configuring parameters under bs architecture |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
PCT/CN2011/078157 WO2012109884A1 (zh) | 2011-08-09 | 2011-08-09 | 在bs架构下的参数配置的方法和装置 |
Related Child Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
US14/143,792 Continuation US20140115504A1 (en) | 2011-08-09 | 2013-12-30 | Method and apparatus for configuring parameters under bs architecture |
Publications (1)
Publication Number | Publication Date |
---|---|
WO2012109884A1 true WO2012109884A1 (zh) | 2012-08-23 |
Family
ID=45484997
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
PCT/CN2011/078157 WO2012109884A1 (zh) | 2011-08-09 | 2011-08-09 | 在bs架构下的参数配置的方法和装置 |
Country Status (3)
Country | Link |
---|---|
US (1) | US20140115504A1 (zh) |
CN (1) | CN102334099B (zh) |
WO (1) | WO2012109884A1 (zh) |
Families Citing this family (5)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US9164673B2 (en) * | 2012-07-16 | 2015-10-20 | Microsoft Technology Licensing, Llc | Location-dependent drag and drop UI |
CN106969774A (zh) * | 2013-04-28 | 2017-07-21 | 腾讯科技(深圳)有限公司 | 导航方法与装置、终端、服务器及系统 |
CN104267883B (zh) * | 2013-07-30 | 2017-07-04 | 深圳市华傲数据技术有限公司 | 一种javascript拖拽方法和装置 |
CN106095241B (zh) * | 2016-06-14 | 2019-07-02 | 武汉深之度科技有限公司 | 一种Web应用的窗口显示方法、装置及计算设备 |
KR101701111B1 (ko) | 2016-08-05 | 2017-02-01 | 권혁준 | 자동계산 기능을 가진 카트 장치 |
Citations (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US6313854B1 (en) * | 1998-10-16 | 2001-11-06 | International Business Machines Corporation | Display mechanism for HTML frames |
CN101432712A (zh) * | 2004-09-07 | 2009-05-13 | 鲁特宛有限公司 | 用于在浏览器框架之间传递和交换数据的方法和系统 |
Family Cites Families (8)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US7574652B2 (en) * | 2002-06-20 | 2009-08-11 | Canon Kabushiki Kaisha | Methods for interactively defining transforms and for generating queries by manipulating existing query data |
CN100472404C (zh) * | 2004-04-30 | 2009-03-25 | 株式会社爱可信 | 框架页面显示方法、框架页面显示设备 |
CN1835507A (zh) * | 2005-03-17 | 2006-09-20 | 国际商业机器公司 | 用于用户与web浏览器交互的服务器端处理的方法与系统 |
US7849090B2 (en) * | 2005-03-30 | 2010-12-07 | Primal Fusion Inc. | System, method and computer program for faceted classification synthesis |
CN100437483C (zh) * | 2007-01-16 | 2008-11-26 | 华为技术有限公司 | 基于Web页面的事件分发方法与装置 |
CA2680977C (en) * | 2008-10-06 | 2018-08-07 | Accenture Global Services Gmbh | Tariff management configuration automation |
CN102043630A (zh) * | 2010-12-30 | 2011-05-04 | 国网电力科学研究院 | 一种生成框架内多页面的方法及系统 |
US8689116B2 (en) * | 2011-01-14 | 2014-04-01 | Apple Inc. | Email user interface |
-
2011
- 2011-08-09 WO PCT/CN2011/078157 patent/WO2012109884A1/zh active Application Filing
- 2011-08-09 CN CN2011800014583A patent/CN102334099B/zh not_active Expired - Fee Related
-
2013
- 2013-12-30 US US14/143,792 patent/US20140115504A1/en not_active Abandoned
Patent Citations (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US6313854B1 (en) * | 1998-10-16 | 2001-11-06 | International Business Machines Corporation | Display mechanism for HTML frames |
CN101432712A (zh) * | 2004-09-07 | 2009-05-13 | 鲁特宛有限公司 | 用于在浏览器框架之间传递和交换数据的方法和系统 |
Also Published As
Publication number | Publication date |
---|---|
CN102334099B (zh) | 2013-08-28 |
CN102334099A (zh) | 2012-01-25 |
US20140115504A1 (en) | 2014-04-24 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US10678995B2 (en) | System and methods for control of content presented on web pages | |
CN108052365B (zh) | 用户界面的组件生成方法及装置 | |
EP2386940B1 (en) | Methods and systems for performing analytical procedures by interactions with visiual representations of datasets | |
US8990732B2 (en) | Value interval selection on multi-touch devices | |
TWI539357B (zh) | 用於觸碰賦能式指令執行之小型控制選單 | |
CN102929491B (zh) | 跨窗口动画 | |
CA2850422C (en) | Uncoupled application extensions including interactive digital surface layer for collaborative remote application sharing and annotating | |
US20130117714A1 (en) | List-based interactivity features as part of modifying list data and structure | |
US20140372506A1 (en) | Managing and using remote applications on a mobile device | |
JP2007526548A (ja) | 仮想デスクトップ−メタ組織および制御システム | |
CN107272994A (zh) | 视窗切换界面 | |
WO2013180975A2 (en) | Optimization schemes for controlling user interfaces through gesture or touch | |
TW201706875A (zh) | 用於提供經擴充的通訊服務的動態導覽欄之方法及計算設備 | |
US10275131B2 (en) | Facilitating the prototyping and previewing of design element state transitions in a graphical design environment | |
JP6093432B2 (ja) | ウェブ・ページ・アプリケーション制御 | |
WO2012109884A1 (zh) | 在bs架构下的参数配置的方法和装置 | |
US20130117684A1 (en) | Dynamically generated icons for graphical user interface on client | |
WO2014179377A1 (en) | Automatically manipulating visualized data based on interactivity | |
CN103793216A (zh) | 一种所见即所得式的线上网站建设方法 | |
CN106155768A (zh) | 分屏运行应用的方法及装置 | |
CN103473041A (zh) | 一种可视化的数据处理方法及系统 | |
CN106170790B (zh) | 服务图库用户界面呈现 | |
WO2024193614A1 (zh) | 信息处理方法、装置、电子设备和存储介质 | |
CN113536755A (zh) | 用于生成海报的方法、装置、电子设备、存储介质及产品 | |
JP5648971B2 (ja) | ポータルサーバ及びポータルページ表示方法 |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
WWE | Wipo information: entry into national phase |
Ref document number: 201180001458.3 Country of ref document: CN |
|
121 | Ep: the epo has been informed by wipo that ep was designated in this application |
Ref document number: 11858716 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: 11858716 Country of ref document: EP Kind code of ref document: A1 |