Difference between revisions of "Editor"

From Lianjapedia
Jump to: navigation, search
Line 5: Line 5:
 
This class supports the [[:Category:Common_Properties|Common Properties]] plus the following:
 
This class supports the [[:Category:Common_Properties|Common Properties]] plus the following:
  
{| class="wikitable" width=100%
+
{| class="wikitable" width="100%"
 
!width="20%"|Property
 
!width="20%"|Property
 
!Access (R/RW)
 
!Access (R/RW)
Line 21: Line 21:
 
This class supports the [[:Category:Common_Methods|Common Methods]] plus the following:
 
This class supports the [[:Category:Common_Methods|Common Methods]] plus the following:
  
{| class="wikitable" width=100%
+
{| class="wikitable" width="100%"
 
!width="20%"|Method
 
!width="20%"|Method
 
!Args
 
!Args
 
!width="50%"|Description
 
!width="50%"|Description
 
|-
 
|-
|valign=top|Open
+
|valign="top"|Open
|valign=top|filename as Character
+
|valign="top"|filename as Character
|valign=top|Open specified file
+
|valign="top"|Open specified file
 
|-
 
|-
 
|Save
 
|Save
Line 43: Line 43:
 
This class supports the [[:Category:Common_Events|Common Events]] plus the following:
 
This class supports the [[:Category:Common_Events|Common Events]] plus the following:
  
{| class="wikitable" width=100%
+
{| class="wikitable" width="100%"
 
!width="20%"|Event
 
!width="20%"|Event
 
!Args
 
!Args

Revision as of 11:27, 5 February 2013

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

Properties

This class supports the Common Properties plus the following:

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

Methods

This class supports the Common 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 Common Events plus the following:

Event Args Description