Difference between revisions of "Editor"

From Lianjapedia
Jump to: navigation, search
(Methods)
(Events)
 
Line 41: Line 41:
 
====Events====
 
====Events====
  
This class supports the [[:Category:Common_Events|Common Events]] plus the following:
+
This class supports the [[Editbox| Editbox Events]] plus the following:
  
 
{| class="wikitable" width="100%"
 
{| class="wikitable" width="100%"

Latest revision as of 23:47, 28 January 2018

Note: property, method and event names should be referred to in lowercase in case-sensitive scripting languages.

Properties

This class supports the Editbox Properties plus the following:

Property Access (R/RW) Value Description
FileName R Character Name of currently open file

Methods

This class supports the Editbox Methods plus the following:

Method Args Description
Open filename as Character Open specified file
Save None Save currently open file
SaveAs filename as Character Save currently open file to the specified filename

Events

This class supports the Editbox Events plus the following:

Event Args Description