Difference between revisions of "Editor"

From Lianjapedia
Jump to: navigation, search
(Created page with "Note: property, method and event names should be referred to in lowercase in case-sensitive scripting languages. ====Properties==== This class supports the [[:Category:Commo...")
 
Line 11: Line 11:
 
!width="50%"|Description
 
!width="50%"|Description
 
|-
 
|-
 +
|FileName
 +
|R
 +
|Character
 +
|Name of currently open file
 
|}
 
|}
  
Line 22: Line 26:
 
!width="50%"|Description
 
!width="50%"|Description
 
|-
 
|-
 +
|Open
 +
|filename as Character
 +
|Open specified file
 +
|-
 +
|Save
 +
|None
 +
|Save currently open file
 +
|-
 +
|valign="top"|SaveAs
 +
|valign="top"|filename as Character
 +
|valign="top"|Save currently open file to the specified filename
 
|}
 
|}
  

Revision as of 12:24, 11 January 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