Class ItemsPropertyEditor

(line 530)

Description

Object
   |
   --PropertyEditor
      |
      --ItemsPropertyEditor

Located in File: /designide.inc.php

Items property editor, for menus and treeviews

This editor is intended to be used to edit array properties in a tree structure, it's a pure PHP property editor, not used right now in the IDE.



Properties

Summary:
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 532)

array Attributes

Return specific attributes for the OI [Overrides PropertyEditor::Attributes]

property OutputPath (line 542)

string OutputPath

If required, returns a path to become the document root for the webserver to call the property editor [Overrides PropertyEditor::OutputPath]

property Attributes

Return specific attributes for the OI
This property is implemented in PropertyEditor::Attributes

property OutputPath

If required, returns a path to become the document root for the webserver to call the property editor
This property is implemented in PropertyEditor::OutputPath

Methods

Summary:
Execute Executes the property editor [Overrides PropertyEditor::Execute()]
JSArrayToPHPArray Converts a JS array to a PHP array

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 587)

void Execute( $current_value)

Overrides : PropertyEditor::Execute() Executes the property editor


Method JSArrayToPHPArray (line 557)

string JSArrayToPHPArray( array $input)

Converts a JS array to a PHP array

This function is used to take a javascript array as input and convert it to a PHP array.

Parameters

  • array $input: Array in Javascript format

Events

Summary:

[none]

Javascript Events

Summary:

[none]

Documentation generated on Fri, 26 Dec 2008 11:44:53 +0100 by phpDocumentor 1.4.0a2