VCL
[ class tree: VCL ] [ index: VCL ] [ all elements ]

Class: PropertyEditor

Source Location: /designide.inc.php

Class Overview

Object
   |
   --PropertyEditor

Base class for property editors


Class Details

[line 188]
Base class for property editors



[ Top ]

Properties

Events

    [none]

JS Events

    [none]

Methods

Constants

    [none]

Child classes:

ColorPropertyEditor
Editor for Color properties
StringListPropertyEditor
Property Editor for StringLists
ArrayPropertyEditor
Array editor - not finished
ItemsPropertyEditor
Items property editor, for menus and treeviews
HTMLPropertyEditor
HTML property editor, for captions and so on
ImagePropertyEditor
Image property editor - not finished

Inherited Properties

Inherited Events

Inherited JS Events

Inherited Methods

Class: Object

Object::__construct
Constructor
Object::className
Returns the name of the object class
Object::classNameIs
Check if the object is from a specific class
Object::classParent
Returns the parent class of the object
Object::inheritsFrom
Check if the object inherits from a specific class
Object::methodExists
Check if a method exists
Object::readProperty
Reads a property from the streams
Object::__get
To virtualize properties
Object::__set
To virtualize properties

Properties


property Attributes : array [line 197]

Return specific attributes for the OI

[ Top ]

property OutputPath : string [line 206]

If required, returns a path to become the document root for the webserver to call the property editor

[ Top ]


Events



Javascript Events



Methods


void Execute [line 216]

void Execute( string $current_value)

Executes the property editor



Overridden in child classes as:

ColorPropertyEditor::Execute()
StringListPropertyEditor::Execute()
ArrayPropertyEditor::Execute()
ItemsPropertyEditor::Execute()
HTMLPropertyEditor::Execute()
ImagePropertyEditor::Execute()

Parameters:

string   $current_value   Current property value

[ Top ]



Documentation generated on Tue, 27 Mar 2007 13:34:30 +0200 by phpDocumentor 1.3.1