Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Content Management (Extended ECM)
API, SDK, REST and Web Services
Enlarge the Textedit window
Michel_Giroux
We have already enlarged the workflow design area and we would like to do the same with the edit text area that comes up when you create a text document and when you want to edit the a text or html document. I've tried modifying textedit.html with no success. Any clues.ThanksMichel
Find more posts tagged with
Comments
John_Shoun
You have modified the correct file to change the text edit page (I assume you changed the dimensions on the applet).Make sure that you restart the Livelink server so that it will load the new version of the page.
John_Shoun
This not relevant to this specific thread, but we have found that the text applet can be reused in other places.The best use was to use the text applet as the SQL editor within LiveReports (instead of the HTML text area). With a couple of other small changes we are now able to edit and save formatted SQL code that is much more readable.
Michel_Giroux
Thanks for the reply; the numbers I changed where on line 88 (applet name="TextEditor"... and I replaced 520 and 400 with 1024 and 768 in the textedit.html file. I've also replaced 350 and 300 with the same values on line 70 (applet name="TextEditor"...) of textdoccreate.html. After restarting the server, when trying to create a new text document, the text input box isn't even there anymore. As for the modify for a text or html document, when I select this function, the page presented to me is blank!! Are the chosen values too big or ???Thanks Michel