Question

Use JQuery Plugin in custom page.

I want to use a JQuery plugin that adds an emoticon pop up dialog next to a text area, to use it in a text field in a page. 



I believe I have to create a custom control extending the BaseEdit or TextEdit (which one should I extend?).



How can I include the two files (.css and js) that I need to include in order to work?

I need a high level approach to start the task. Thanks.

Like 0

Like

4 comments

Dear Ignacio,

Please see the articles below, there you can find the instructions on extending existing controls and how to created your custom control:

https://academy.bpmonline.com/documents/technic-sdk/7-13/how-add-custom-logic-existing-controls

https://community.bpmonline.com/articles/how-create-custom-control-element

As for the extending the BaseEdit or TextEdit, you can choose any of them based on your needs. I would recommend to open each of them, check the functionality they are offering and decide which one would fit better considering your business task and plugin.

As for the CSS styles, please see the following thread with the instructions on creating custom styles.

Regards,

Anastasia

Anastasia Botezat,

Thank you very much for your help Anastasia.

I don't see the CSS thread you are mentioning in your answer.

Thanks again.

Ignacio.

Ignacio Alvarez,

I apologize, seems the link didn’t get inserted. Here it is:

https://community.bpmonline.com/questions/how-add-custom-style-control-page-based-condition

Hope you will find it helpful! 

Regards, 

Anastasia

Anastasia Botezat,

Thanks Anastasia!

Show all comments