Object | --PropertyEditor | --ImagePropertyEditor
Located in File: /designide.inc.php
This editor is intended to be used to edit image properties, it's a pure PHP property editor, not used right now in the IDE.
![]() | Attributes | Return specific attributes for the OI [Overrides PropertyEditor::Attributes] |
![]() | OutputPath | If required, returns a path to become the document root for the webserver to call the property editor [Overrides PropertyEditor::OutputPath] |
Defined in class PropertyEditor |
||
![]() | Attributes | Return specific attributes for the OI |
![]() | OutputPath | If required, returns a path to become the document root for the webserver to call the property editor |
property Attributes (line 660)
property OutputPath (line 670)
property Attributes
property OutputPath
| Execute | Executes the property editor [Overrides PropertyEditor::Execute()] |
Defined in class Object |
||
![]() | __construct | Constructs an object and initializes its data before the object is first used. |
![]() | className | Returns a string indicating the type of the object instance (as opposed to the type of the variable passed as an argument). |
![]() | classParent | Returns the type of the immediate ancestor of a class. |
Method Execute (line 675)
Overrides : PropertyEditor::Execute() Executes the property editor