Workbench User Guide : 8. Generating Frames from Predefined Templates : The text_editor Template : How You Can Customize a Text Editor Frame
 
Share this page                  
How You Can Customize a Text Editor Frame
To open the text editor frame from another frame in your application, add a callframe or openframe statement to the other frame's script, as follows:
openframe My_Text_Editor;
You can disable certain functionality, such as formatting, simply by removing the appropriate menu commands from your text editor frame and disabling the corresponding toolbar segments, if necessary. You can also supplement the text editor's functionality by adding your own menu commands or toolbar buttons.