[template] Webster Text Editor [form program=*textedit]

[ttl]  Text Editor: [show newName$][/ttl]

[hide textfile$] [hide saveText$ id=saveCode] [hide isChange id=isChangeId] [input gotoLine event=line_entered class=hide] [input saveAsTextfile$ event=save_as_return class=hide] [input newTextName$ event=new_text_name class=hide] [show saveMsg$ class="infobox"]
[button class=fm_action event=save][symbol save opt=lg] Save[/button]   [button class=fm_action event=save_as][symbol save opt=lg] Save As[/button]   [button class=fm_action event=new][symbol file opt=lg] New[/button]   [button class=fm_action event=close][symbol close opt=lg] Close[/button]   [button tip=Undo size=4/2 event="*eval:DoUndo(ace_websterTextEditor);"][symbol undo opt=lg][/button] [button tip=Redo size=4/2 event="*eval:DoRedo(ace_websterTextEditor);"][symbol undo opt="flip-horizontal lg"][/button]   [div class="float_right"] [button class=fm_action event=goto][symbol arrow-circle-o-right opt=lg] Goto[/button]   [button class=fm_action event="*eval:AceSearch(ace_websterTextEditor, false);"][symbol search opt=lg] Find[/button]   [button class=fm_action event="*eval:AceSearch(ace_websterTextEditor, true);"][symbol search-plus opt=lg] Replace[/button] [/div]
[css].bindhdr div.bindsize { border-right: 3px double silver; }[/css] [html acehtml$] [/form]