CN111104109A - Method, system, medium and computer equipment for processing right-click menu on WEB page - Google Patents

Method, system, medium and computer equipment for processing right-click menu on WEB page Download PDF

Info

Publication number
CN111104109A
CN111104109A CN201811268639.2A CN201811268639A CN111104109A CN 111104109 A CN111104109 A CN 111104109A CN 201811268639 A CN201811268639 A CN 201811268639A CN 111104109 A CN111104109 A CN 111104109A
Authority
CN
China
Prior art keywords
page
click
identifier
page element
menu
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
CN201811268639.2A
Other languages
Chinese (zh)
Inventor
易榜宇
万振
赵鹏
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Beijing Shuju Xinyun Information Technology Co ltd
Original Assignee
Beijing Shuju Xinyun Information Technology Co ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Beijing Shuju Xinyun Information Technology Co ltd filed Critical Beijing Shuju Xinyun Information Technology Co ltd
Priority to CN201811268639.2A priority Critical patent/CN111104109A/en
Publication of CN111104109A publication Critical patent/CN111104109A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/30Creation or generation of source code
    • G06F8/38Creation or generation of source code for implementing user interfaces
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/40Transformation of program code
    • G06F8/41Compilation
    • G06F8/44Encoding

Landscapes

  • Engineering & Computer Science (AREA)
  • General Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Software Systems (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Human Computer Interaction (AREA)
  • User Interface Of Digital Computer (AREA)

Abstract

The application discloses a method, a system, a medium and a computer device for processing a right-click menu on a WEB page, wherein the method comprises the following steps: representing a page element of a right-click menu to be generated as an identifier, and recording the corresponding relation between the page element and the identifier, wherein the identifier corresponds to the page element one to one; writing a right-click menu configuration file for the page element corresponding to the identifier by using the identifier; and judging whether the page where the page element is located has a corresponding right click response event, if not, setting the right click response event for the page. The method and the system have simpler operation steps and higher efficiency.

Description

Method, system, medium and computer equipment for processing right-click menu on WEB page
Technical Field
The present application relates to the field of computer technologies, and in particular, to a method, a system, a medium, and a computer device for processing a right-click menu on a WEB page.
Background
In the traditional application development, the design and development of a page element right-key menu in a WEB page are basically completed in four steps in a system:
(1) writing a right-click menu DOM element, and binding events in menu items corresponding to the DOM element;
(2) selecting a page element needing to add a right-click menu;
(3) adding a right click event to the selected DOM element;
(4) and (4) shielding a webpage default right key event in the event, and displaying the DOM written in the step (1).
It can be seen that the conventional method for developing a page element right-click menu has the following disadvantages:
(1) each new right key menu item needs to independently write and select DOM, bind the menu item, and bind a corresponding click event for the menu item;
(2) because a large amount of DOM selection and event binding are used, the readability of the code is poor;
(3) and a highly-coupled coding mode is adopted, so that the later maintenance cost is high.
That is, once a different right click event needs to be added to the new DOM, the above steps (1) - (4) have to be re-executed. Therefore, the design and development steps of the right-click menu of the conventional WEB page element are complicated, the efficiency is low, and the later maintenance cost is very high.
Therefore, a method and system for efficiently handling the right-click menu on the WEB page is needed.
Disclosure of Invention
In order to solve the problem of processing the right-click menu on the WEB page in the prior art, a method, a system, a medium and computer equipment for processing the right-click menu on the WEB page are provided.
According to an aspect of the present application, a method for processing a right-click menu on a WEB page is provided, where the method includes:
representing a page element of a right-click menu to be generated as an identifier, and recording the corresponding relation between the page element and the identifier, wherein the identifier corresponds to the page element one to one;
writing a right-click menu configuration file for the page element corresponding to the identifier by using the identifier;
and judging whether the page where the page element is located has a corresponding right click response event, if not, setting the right click response event for the page.
Wherein the method further comprises:
after setting a right click response event for the page, or if the page where the page element is located has a corresponding right click response event, executing the following steps: storing the configuration file as information associated with the right click response event.
Wherein setting a right click response event for the page includes:
and enabling the page to detect whether any position on the page receives right click, and if so, executing a corresponding response event.
Wherein executing the corresponding response event comprises:
and displaying a right-click menu of the page element corresponding to the position on the page based on the position of the right-click on the page.
Wherein displaying a right-click menu of a page element corresponding to a location on the page based on the location of the right-click on the page comprises:
acquiring a page element corresponding to the position, acquiring an identifier corresponding to the page element based on the corresponding relation, inquiring whether a configuration file corresponding to the identifier exists in the information associated with the right click response event based on the identifier, if so, shielding a default right click menu of the page element corresponding to the identifier, acquiring a menu item from the configuration file and displaying the menu item on the page at the position corresponding to the page element, and if not, displaying the default right click menu of the page element corresponding to the identifier at the position corresponding to the page element.
Wherein the method further comprises:
and when the page detects that the right click is received, executing the right click response event.
According to another aspect of the present application, there is also provided a system for processing a right-click menu on a WEB page, the system including:
the generation module is used for representing a page element of a right-click menu to be generated as an identifier and recording the corresponding relation between the page element and the identifier, wherein the identifier corresponds to the page element one by one;
the compiling module is used for compiling a right-click menu configuration file for the page element corresponding to the identifier by using the identifier;
and the setting module is used for judging whether the page where the page element is located has a corresponding right click response event or not, and if not, setting the right click response event for the page.
The system further comprises a storage module, wherein the storage module is used for storing the configuration file as the information associated with the right click response event after the setting module sets the right click response event for the page or if the setting module judges that the page where the page element is located has the corresponding right click response event.
The system further comprises a response module, wherein the response module is used for executing corresponding response events when detecting that any position on the page receives right click.
Wherein the response module is further configured to:
and displaying a right-click menu of the page element corresponding to the position on the page based on the position of the right-click on the page.
Wherein the response module is further configured to:
acquiring a page element corresponding to the position, acquiring an identifier corresponding to the page element based on the corresponding relation, inquiring whether a configuration file corresponding to the identifier exists in the information associated with the right click response event based on the identifier, if so, shielding a default right click menu of the page element corresponding to the identifier, acquiring a menu item from the configuration file and displaying the menu item on the page at the position corresponding to the page element, and if not, displaying the default right click menu of the page element corresponding to the identifier at the position corresponding to the page element.
According to another aspect of the present application, there is also provided a computer readable storage medium having stored thereon a computer program which, when executed by a processor, performs the steps of the above method.
According to another aspect of the present application, there is also provided a computer device comprising a memory, a processor and a computer program stored on the memory and executable on the processor, the processor implementing the steps of the above method when executing the program.
In the application, the page element is abstracted into the identifier, the right-click menu configuration file is written for the page element by using the identifier, and when the page receives right-click, the menu item corresponding to the clicked page element is displayed without binding the right-click menu configuration file with the page element.
Compared with the operation steps in the prior art, the method can realize the encapsulation of the right key menu item, so that the user-defined right key menu can be realized through simple configuration information, the operation steps are simpler, and the efficiency is higher.
Clicking the right button at any location on the page may trigger a right click response event and display a right click menu of page elements at the clicked location. In this way, the display of the right-click menu for each page element is associated with the right-click response event for the same page, reducing the consumption of browser resources.
Specifically, the beneficial effects of the present application are also reflected in the following points:
(1) the right-key menu is defined in a configuration file mode, so that the right-key menu items defined by the page elements can be seen at a glance;
(2) development efficiency is improved, developers only need to write configuration files according to corresponding rules, do not need to know binding details, and do not need to write a large amount of complicated right-click menu binding codes;
(3) the code amount is reduced, a large number of time and operation steps for binding corresponding menu items for each DOM and binding corresponding events for the corresponding menu items are saved;
(4) the low-coupling architecture mode is adopted, the right-click menu has better reusability, maintainability and expansibility, the maintenance and development of the right-click menu can be completed more efficiently, and the development of services is continuously supported.
Drawings
The accompanying drawings, which are incorporated in and constitute a part of this application, illustrate embodiments of the application and, together with the description, serve to explain the application and are not intended to limit the application. In the drawings:
FIG. 1 is a flow chart of a method of processing a Right Menu on a Web page according to the present application;
FIG. 2 is a block diagram of a processing system for a Right Menu on a Web page according to the present application.
Detailed Description
In order to make the objects, technical solutions and advantages of the embodiments of the present application clearer, the technical solutions in the embodiments of the present application will be clearly and completely described below with reference to the drawings in the embodiments of the present application, and it is obvious that the described embodiments are some embodiments of the present application, but not all embodiments. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present application. It should be noted that the embodiments and features of the embodiments in the present application may be arbitrarily combined with each other without conflict.
In the prior art, the following problems exist in the operation of developing a page element right-click menu in a WEB page:
(1) each new right key menu item needs to independently write and select DOM, bind the menu item, and bind a corresponding click event for the menu item;
(2) because a large amount of DOM selection and event binding are used, the readability of the code is poor;
(3) and a highly-coupled coding mode is adopted, so that the later maintenance cost is high.
Therefore, the design and development steps of the conventional right-click menu of WEB page elements are complicated, the efficiency is low, and the later maintenance cost is very high.
In order to solve the problems in the prior art and improve the convenience of processing a right-click menu of a page element in a WEB page, the application provides a novel method for processing the right-click menu of the page element. According to the method, the page elements are abstracted into the identifiers, the right-click menu configuration files are written for the page elements by using the identifiers, and when the page receives right-click, menu items corresponding to the clicked page elements are displayed without binding the right-click menu configuration files with the page elements.
By the method, the right key menu item can be packaged, so that the user-defined right key menu can be realized through simple configuration information, the operation steps are simpler, and the efficiency is higher. And, clicking the right button at any position of the page may trigger a right click response event and display a right menu of page elements at the clicked position. In this way, the display of the right-click menu for each page element is associated with the right-click response event for the same page, reducing the consumption of browser resources.
The application provides a method for processing a right-click menu on a WEB page, which comprises the following steps:
step 101, representing a page element of a right-click menu to be generated as an identifier, and recording a corresponding relation between the page element and the identifier, wherein the identifier corresponds to the page element one by one;
102, writing a right-click menu configuration file for a page element corresponding to an identifier by using the identifier;
and 103, judging whether the page where the page element is located has a corresponding right click response event, and if not, setting the right click response event for the page.
In order to write a configuration file for a page element, the page element needs to be represented as an identifier, which is convenient for selecting a corresponding page element in the configuration file, that is, configuring a right-click menu for an identifier in the configuration file, that is, adding a right-click menu to the corresponding page element. The identifier may be in the form of a character string or a number. And the identifiers correspond to the page elements one to one, so that the identifiers in the written configuration file correspond to unique page elements.
The representation of the page element as the identifier can be realized by the existing technical method, for example, an attribute ID carried by the WEB development element is adopted, and a unique ID is added to the attribute ID.
Step 103 further comprises: after a right click response event is set for a page, or if a corresponding right click response event exists in a page where a page element is located, executing the following steps: the configuration file is stored as information associated with the right click response event.
In step 102, a right-click menu configuration file is written according to a certain writing rule. The written rules may be rules defined by the particular system employed. For example, the following gives an example of a menu item written for a certain identifier (i.e. a page element) in a configuration file:
list:[
{ "type": button "," name ": switch", "title": Page-turning Effect setting "}
{ "type": button "," name ": switch background", "title": switch background "}
{“type”:“hr”}
{ "type": button "," name ": appdesktop", "title": switch to APP desktop ", icon: png "},"/img/icon/start-color
]
The content in the list is the menu item of the right-click menu of the corresponding page element, wherein the title, the style and the response event of the menu item are defined. Page styles and response events are also encapsulated and abstracted. For example, "type": button "indicates a button form," type ": hr" indicates a line under the menu item, and "name" defines therein a response event that the menu item click will execute.
The writing can be performed according to the rules defined by the system used, and the description is omitted here.
In the application, the page elements do not need to be bound by the menu items, and only when the right click response event is triggered, the corresponding menu items can be obtained and displayed according to the clicked page elements.
In step 103, setting a right click response event for the page includes: and enabling the page to detect whether any position on the page receives right click, and if so, executing a corresponding response event.
In order to trigger the display of the right button menu item when any position on the WEB page receives the right button click, the operation for displaying the right button menu item needs to be set in the right button click response event. Thus, when a page has been set with a right click response event, the configuration file is stored as information associated with the right click response event. Information associated with the right click response event may be obtained by the system upon detecting that the page receives a right click.
And setting a corresponding response event in the right click response event, and executing the corresponding response event when the right click is received at any position on the page.
Wherein executing the corresponding response event comprises: and displaying a right-click menu of the page element corresponding to the position on the page based on the position of the right-click on the page.
Specifically, displaying a right-click menu of a page element corresponding to a position on the page based on the position of the right-click on the page includes: acquiring a page element corresponding to the position, acquiring an identifier corresponding to the page element based on the corresponding relation, inquiring whether a configuration file corresponding to the identifier exists in the information associated with the right click response event based on the identifier, if so, shielding a default right click menu of the page element corresponding to the identifier, acquiring a menu item from the configuration file and displaying the menu item on the page at the position corresponding to the page element, and if not, displaying the default right click menu of the page element corresponding to the identifier at the position corresponding to the page element.
Here, the obtaining of the page element at the right click position may be implemented in an existing manner, and is not described in detail. The identifier of the right-clicked page element can be obtained by recording the one-to-one correspondence between the stored page elements and the identifiers. Inquiring in stored information (namely a right-click menu configuration file of each page element) associated with the right-click response event based on the identifier, if a configuration file about the identifier exists (the identifier appears in one configuration file), indicating that a right-click menu is generated for the page element, acquiring a menu item from the configuration file and displaying the menu item; if no configuration file exists for the identifier, indicating that a right-click menu has not been generated for the page element, a default right-click menu for the page element is displayed. It should be noted that, when there is a configuration file related to the identifier, that is, when a right-key menu has been generated for the page element, it is necessary to mask the default right-key menu and then display the menu items defined for the page element in the configuration file.
A specific embodiment according to the present application is described in detail below, which includes the following steps:
step one, representing the page element X of the right-click menu to be generated as an identifier ID1 corresponding to the page element X one by one, and recording the corresponding relation.
And step two, writing a right-click menu configuration file for the page element X corresponding to the identifier ID1 by using the identifier ID1, and listing specific menu items in list data items of the configuration file.
And step three, judging whether the corresponding right click response event exists in the WEB page where the page element X is positioned, and if not, setting the right click response event for the page.
And step four, storing the configuration file as right click response event associated information so as to be used when right click is received.
And step five, detecting that the WEB page where the page element X is located receives right click, and acquiring the page element X at the click position.
And step six, obtaining an identifier ID1 based on the corresponding relation between the page element and the identifier, inquiring in the right click response event correlation information based on the identifier ID1 to obtain a configuration file corresponding to the identifier ID1, shielding a default right click menu of the page element X and displaying a menu item corresponding to the page element X according to the current position of the mouse.
In the present application, only the right click response event is added to the body element of the entire page, and then various operations are performed inside the right click response event. Since the right click response event is added to the entire body element, right clicking anywhere on the page can trigger the response event.
The invention also provides a computer-readable storage medium having stored thereon a computer program which, when executed by a processor, carries out the steps of the above-mentioned method.
The invention also provides a computer program comprising a memory, a processor and a computer program stored on the memory and executable on the processor, wherein the processor implements the steps of the method when executing the program.
The present application further provides a system for processing a right-click menu on a WEB page, the system includes:
a generating module 201, configured to represent a page element of a right-click menu to be generated as an identifier, and record a corresponding relationship between the page element and the identifier, where the identifier corresponds to the page element one to one;
the compiling module 202 is configured to compile a right-click menu configuration file for the page element corresponding to the identifier by using the identifier;
the setting module 203 is configured to determine whether a corresponding right click response event exists in the page where the page element is located, and if not, set a right click response event for the page.
The system further comprises a storage module, wherein the storage module is used for storing the configuration file as the information associated with the right click response event after the setting module sets the right click response event for the page or if the setting module judges that the page where the page element is located has the corresponding right click response event.
The system further comprises a response module, wherein the response module is used for executing corresponding response events when detecting that any position on the page receives right click.
Wherein the response module is further configured to:
and displaying a right-click menu of the page element corresponding to the position on the page based on the position of the right-click on the page.
Wherein the response module is further configured to:
acquiring a page element corresponding to the position, acquiring an identifier corresponding to the page element based on the corresponding relation, inquiring whether a configuration file corresponding to the identifier exists in the information associated with the right click response event based on the identifier, if so, shielding a default right click menu of the page element corresponding to the identifier, acquiring a menu item from the configuration file and displaying the menu item on the page at the position corresponding to the page element, and if not, displaying the default right click menu of the page element corresponding to the identifier at the position corresponding to the page element.
In the application, the page element is abstracted into the identifier, the right-click menu configuration file is written for the page element by using the identifier, and when the page receives right-click, the menu item corresponding to the clicked page element is displayed without binding the right-click menu configuration file with the page element.
Compared with the operation steps in the prior art, the method can realize the encapsulation of the right key menu item, so that the user-defined right key menu can be realized through simple configuration information, the operation steps are simpler, and the efficiency is higher.
Clicking the right button at any location on the page may trigger a right click response event and display a right click menu of page elements at the clicked location. In this way, the display of the right-click menu for each page element is associated with the right-click response event for the same page, reducing the consumption of browser resources.
Specifically, the beneficial effects of the present application are also reflected in the following points:
(1) the right-key menu is defined in a configuration file mode, so that the right-key menu items defined by the page elements can be seen at a glance;
(2) development efficiency is improved, developers only need to write configuration files according to corresponding rules, do not need to know binding details, and do not need to write a large amount of complicated right-click menu binding codes;
(3) the code amount is reduced, a large number of time and operation steps for binding corresponding menu items for each DOM and binding corresponding events for the corresponding menu items are saved;
(4) the low-coupling architecture mode is adopted, the right-click menu has better reusability, maintainability and expansibility, the maintenance and development of the right-click menu can be completed more efficiently, and the development of services is continuously supported.
The above-described aspects may be implemented individually or in various combinations, and such variations are within the scope of the present application.
It is to be noted that, in this document, the terms "comprises", "comprising" or any other variation thereof are intended to cover a non-exclusive inclusion, so that an article or apparatus including a series of elements includes not only those elements but also other elements not explicitly listed or inherent to such article or apparatus. Without further limitation, an element defined by the phrase "comprising … …" does not exclude the presence of additional like elements in the article or device comprising the element.
The above embodiments are merely for illustrating the technical solutions of the present application and not for limiting the same, and the present application is described in detail with reference to the preferred embodiments only. It will be understood by those skilled in the art that various changes may be made and equivalents may be substituted for elements thereof without departing from the spirit and scope of the present invention as defined in the claims.
It will be understood by those of ordinary skill in the art that all or some of the steps of the methods, systems, functional modules/units in the devices disclosed above may be implemented as software, firmware, hardware, and suitable combinations thereof. In a hardware implementation, the division between functional modules/units mentioned in the above description does not necessarily correspond to the division of physical components; for example, one physical component may have multiple functions, or one function or step may be performed by several physical components in cooperation. Some or all of the components may be implemented as software executed by a processor, such as a digital signal processor or microprocessor, or as hardware, or as an integrated circuit, such as an application specific integrated circuit. Such software may be distributed on computer readable media, which may include computer storage media (or non-transitory media) and communication media (or transitory media). The term computer storage media includes volatile and nonvolatile, removable and non-removable media implemented in any method or technology for storage of information such as computer readable instructions, data structures, program modules or other data, as is well known to those of ordinary skill in the art. Computer storage media includes, but is not limited to, RAM, ROM, EEPROM, flash memory or other memory technology, CD-ROM, Digital Versatile Disks (DVD) or other optical disk storage, magnetic cassettes, magnetic tape, magnetic disk storage or other magnetic storage devices, or any other medium which can be used to store the desired information and which can accessed by a computer. In addition, communication media typically embodies computer readable instructions, data structures, program modules or other data in a modulated data signal such as a carrier wave or other transport mechanism and includes any information delivery media as known to those skilled in the art.

Claims (13)

1. A method for processing a right-click menu on a WEB page is characterized by comprising the following steps:
representing a page element of a right-click menu to be generated as an identifier, and recording the corresponding relation between the page element and the identifier, wherein the identifier corresponds to the page element one to one;
writing a right-click menu configuration file for the page element corresponding to the identifier by using the identifier;
and judging whether the page where the page element is located has a corresponding right click response event, if not, setting the right click response event for the page.
2. The process of claim 1, wherein the process further comprises:
after setting a right click response event for the page, or if the page where the page element is located has a corresponding right click response event, executing the following steps: storing the configuration file as information associated with the right click response event.
3. The process of claim 2, wherein setting a right click response event for the page comprises:
and enabling the page to detect whether any position on the page receives right click, and if so, executing a corresponding response event.
4. The process of claim 3, wherein performing the corresponding response event comprises:
and displaying a right-click menu of the page element corresponding to the position on the page based on the position of the right-click on the page.
5. The processing method of claim 4, wherein displaying a right-click menu of page elements corresponding to a location on the page based on the location on the page of the right-click comprises:
acquiring a page element corresponding to the position, acquiring an identifier corresponding to the page element based on the corresponding relation, inquiring whether a configuration file corresponding to the identifier exists in the information associated with the right click response event based on the identifier, if so, shielding a default right click menu of the page element corresponding to the identifier, acquiring a menu item from the configuration file and displaying the menu item on the page at the position corresponding to the page element, and if not, displaying the default right click menu of the page element corresponding to the identifier at the position corresponding to the page element.
6. The process of any one of claims 1 to 5, wherein the process further comprises:
and when the page detects that the right click is received, executing the right click response event.
7. A system for processing a right-click menu on a WEB page, the system comprising:
the generation module is used for representing a page element of a right-click menu to be generated as an identifier and recording the corresponding relation between the page element and the identifier, wherein the identifier corresponds to the page element one by one;
the compiling module is used for compiling a right-click menu configuration file for the page element corresponding to the identifier by using the identifier;
and the setting module is used for judging whether the page where the page element is located has a corresponding right click response event or not, and if not, setting the right click response event for the page.
8. The processing system of claim 7, wherein the system further comprises a storage module, and the storage module is configured to, after the setting module sets the right click response event for the page, or if the setting module determines that the page where the page element is located has a corresponding right click response event, store the configuration file as information associated with the right click response event.
9. The processing system of claim 8, wherein the system further comprises a response module to execute a corresponding response event upon detecting that a right click is received anywhere on the page.
10. The processing system of claim 9, wherein the response module is further to:
and displaying a right-click menu of the page element corresponding to the position on the page based on the position of the right-click on the page.
11. The processing system of claim 10, wherein the response module is further to:
acquiring a page element corresponding to the position, acquiring an identifier corresponding to the page element based on the corresponding relation, inquiring whether a configuration file corresponding to the identifier exists in the information associated with the right click response event based on the identifier, if so, shielding a default right click menu of the page element corresponding to the identifier, acquiring a menu item from the configuration file and displaying the menu item on the page at the position corresponding to the page element, and if not, displaying the default right click menu of the page element corresponding to the identifier at the position corresponding to the page element.
12. A computer-readable storage medium, characterized in that the storage medium has stored thereon a computer program which, when being executed by a processor, carries out the steps of the method according to any one of claims 1 to 6.
13. A computer device comprising a memory, a processor and a computer program stored on the memory and executable on the processor, the processor implementing the steps of the method of any one of claims 1 to 6 when executing the program.
CN201811268639.2A 2018-10-29 2018-10-29 Method, system, medium and computer equipment for processing right-click menu on WEB page Pending CN111104109A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201811268639.2A CN111104109A (en) 2018-10-29 2018-10-29 Method, system, medium and computer equipment for processing right-click menu on WEB page

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201811268639.2A CN111104109A (en) 2018-10-29 2018-10-29 Method, system, medium and computer equipment for processing right-click menu on WEB page

Publications (1)

Publication Number Publication Date
CN111104109A true CN111104109A (en) 2020-05-05

Family

ID=70419817

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201811268639.2A Pending CN111104109A (en) 2018-10-29 2018-10-29 Method, system, medium and computer equipment for processing right-click menu on WEB page

Country Status (1)

Country Link
CN (1) CN111104109A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN116010015A (en) * 2023-03-27 2023-04-25 西安热工研究院有限公司 Method, device, equipment and storage medium for generating right key menu of monitoring picture

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2004061592A2 (en) * 2002-12-16 2004-07-22 Microsoft Corporation Systems and methods for interfacing with computer devices
CN103902258A (en) * 2012-12-25 2014-07-02 腾讯科技(深圳)有限公司 Method and device for displaying self-defined menu in webpage
CN104424205A (en) * 2013-08-21 2015-03-18 腾讯科技(深圳)有限公司 Context menu implementing method and device of page-embedded client
CN106503009A (en) * 2015-09-07 2017-03-15 阿里巴巴集团控股有限公司 Show the transfer method and device of data in the page

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2004061592A2 (en) * 2002-12-16 2004-07-22 Microsoft Corporation Systems and methods for interfacing with computer devices
CN103902258A (en) * 2012-12-25 2014-07-02 腾讯科技(深圳)有限公司 Method and device for displaying self-defined menu in webpage
CN104424205A (en) * 2013-08-21 2015-03-18 腾讯科技(深圳)有限公司 Context menu implementing method and device of page-embedded client
CN106503009A (en) * 2015-09-07 2017-03-15 阿里巴巴集团控股有限公司 Show the transfer method and device of data in the page

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN116010015A (en) * 2023-03-27 2023-04-25 西安热工研究院有限公司 Method, device, equipment and storage medium for generating right key menu of monitoring picture
CN116010015B (en) * 2023-03-27 2023-07-11 西安热工研究院有限公司 Method, device, equipment and storage medium for generating right key menu of monitoring picture

Similar Documents

Publication Publication Date Title
WO2020020272A1 (en) Page control method and apparatus, and computer-readable storage medium
US8707286B2 (en) Unique context-based code enhancement
CN105824830B (en) Method, client and equipment for displaying page
US8413113B2 (en) Dynamic naming conventions in a source code editor
CN107783766B (en) Method and device for cleaning files of application program
CN106648977A (en) Recovery method and device of Android system file
CN107203372A (en) Control shows method and device
CN107360265A (en) A kind of equipment exclusive identification code acquisition methods, device and mobile terminal
CN115357940A (en) Data processing method and device, storage medium and electronic equipment
CN106484779B (en) File operation method and device
CN110059088B (en) Data attribute identification method, device and equipment in block chain type account book
CN115328759A (en) Form verification method and device
CN111104109A (en) Method, system, medium and computer equipment for processing right-click menu on WEB page
US10970332B2 (en) Electronic device and digital content managing method
CN109582347B (en) Method and device for acquiring front-end codes
CN111142990A (en) WeChat applet page display method and device and storage medium
CN110221952B (en) Service data processing method and device and service data processing system
CN114356290A (en) Data processing method and device and computer readable storage medium
CN111142735B (en) Software page creating method and device, terminal equipment and storage medium
CN114594945A (en) Method, device, system, equipment and medium for generating advanced popup selection frame
CN112199080A (en) Webpack construction method and equipment for vuejs project
CN111125565A (en) Method and equipment for inputting information in application
CN107220034B (en) Program code marking method and device
CN110427745A (en) Identifying code acquisition methods, device, electronic equipment and computer-readable medium
CN113741956B (en) Method and device for transplanting version management function, version management method and device

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination