简体   繁体   English

第三方工具的自定义Javascript模板

[英]Custom Javascript templates for third party tool

We have an incident management tool, where sometimes we need to fill in repetitive data to close an incident(mostly a JSP or aspx page), I was just wondering is there any way to create a User defined Javascript Plugin: which can do following: 我们有一个事件管理工具,有时候我们需要填写重复的数据来关闭事件(主要是JSP或aspx页面),我只是想知道是否有任何方法可以创建用户定义的Javascript插件:它可以执行以下操作:

  1. User defined and starts with broeser, 用户定义并以broeser开头,
  2. a check button , when clicked allows the JAVA code to acces Data a Text or Xls sheet 一个复选按钮,单击后允许JAVA代码访问“数据”文本或Xls表
  3. And finally polulate teh data into the repective cell in the webpage 最后将数据插入网页中的相应单元格

Please give a brief outline of how to create and deploy this Javascript ,I have eclipse and Java installed in my system 请简要概述如何创建和部署此Javascript,我的系统中已安装eclipse和Java

PS. PS。 Our incident management tool is a secured website it is (https://itsm. ** .com/arsys/forms/amrrm6100/SHR%3ALandingConsole/Default+Administrator+View/?cacheid=cfe755b8) 我们的事件管理工具是一个安全的网站,它是(https:// itsm。 ** .com / arsys / forms / amrrm6100 / SHR%3ALandingConsole / Default + Administrator + View /?cacheid = cfe755b8)

And it has multiple tabs under which the data has to be filled. 它具有多个选项卡,必须在其下填充数据。

Any help is appreciated 任何帮助表示赞赏

Don't know if i understand you the right way but i think a browser plugin can help you. 不知道我是否以正确的方式理解您,但我认为浏览器插件可以为您提供帮助。

have a closer look at grease monkey for firefox. 仔细看看Firefox的油脂猴子。

This one allows you to modify websites to your needs (maybe with a drop down box of default texts) without touching the application itself. 这使您可以修改网站以适应您的需要(可能带有默认文本的下拉框),而无需触摸应用程序本身。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM