Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to add new functionality and functions to TagUI? #261

Closed
kensoh opened this issue Aug 23, 2018 · 1 comment
Closed

How to add new functionality and functions to TagUI? #261

kensoh opened this issue Aug 23, 2018 · 1 comment
Labels

Comments

@kensoh
Copy link
Member

kensoh commented Aug 23, 2018

from user query


Would you mind teach me how to add new functionality to TagUI?

E.g. for the new function write csv_row()

  1. Which file does this new function go to?
  2. Which file do I need to change to tell TagUI that this is a new function?
  3. Any other files that I need to change?

Very interested to see how to add new functionality to TagUI...

@kensoh
Copy link
Member Author

kensoh commented Aug 23, 2018

The best would be adding user defined functions to tagui_local.js or tagui_global.js. If you add to tagui_header.js (only this file is needed to be amended for adding JS functions), next time when there is a new release, it will overwrite your functions.

More on this here -
https://github.com/kelaberetiv/TagUI#helper-functions

And an example here -
#236 (comment)

Above adding normal JS functions is easy. For adding new steps or changing them, a number of changes are needed. I think AI Singapore will only start developing new stuffs after getting the RPA lead engineer in, organization is still looking.

@kensoh kensoh closed this as completed Aug 23, 2018
@kensoh kensoh added the query label Aug 23, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant