Re: [Dev] Set text of a text editor part without updating the file

2016-03-15 Thread Susinda Perera
np, It's good to hear that you were able to make use of it. Thanks Susinda On Tue, Mar 15, 2016 at 4:45 PM, Heshitha Hettihewa wrote: > Hi Susinda, > > I implemented a custom function following the provided link and it worked > for my scenario. Thanks a lot. > > Thanks. >

Re: [Dev] Set text of a text editor part without updating the file

2016-03-15 Thread Heshitha Hettihewa
Hi Susinda, I implemented a custom function following the provided link and it worked for my scenario. Thanks a lot. Thanks. On Thu, Mar 10, 2016 at 4:23 PM, Susinda Perera wrote: > Hi Hasitha > > There is a custom function executor[1], i think you will be able to > utilize

Re: [Dev] Set text of a text editor part without updating the file

2016-03-10 Thread Susinda Perera
Hi Hasitha There is a custom function executor[1], i think you will be able to utilize this mechanism for this scenario. [1]

[Dev] Set text of a text editor part without updating the file

2016-03-10 Thread Heshitha Hettihewa
Hi all, Currently I'm developing the Human Task Editor for Eclipse using Web UI Platform and multi page editor. I need to change the text of the text editor part through the Web UI without affecting the original file (Saving the text to the file). So Is there any method which I can set the text