phpDocumentor sfW3studioCMSPlugin
BaseW3sEditorContentsScript
[ class tree: sfW3studioCMSPlugin ] [ index: sfW3studioCMSPlugin ] [ all elements ]

Class: BaseW3sEditorContentsScript

Source Location: /lib/w3studioCmsCore/editor/plugins/BaseW3sEditorContentsScript.class.php

Class BaseW3sEditorContentsScript

Class Overview

BaseW3sEditorContentsScript is the base class that renders the editor to manage a server-side or client-side script.

Located in /lib/w3studioCmsCore/editor/plugins/BaseW3sEditorContentsScript.class.php [line 24]

w3sEditorContents
   |
   --BaseW3sEditorContentsScript
Author(s): API Tags:
Abstract:  

Information Tags:

Properties

Methods

[ Top ]
Inherited Properties, Constants, and Methods
Inherited Properties Inherited Methods Inherited Constants

Inherited From w3sEditorContents

w3sEditorContents::$content
w3sEditorContents::$idEditor

Inherited From w3sEditorContents

w3sEditorContents::__construct()
Constructor.
w3sEditorContents::drawEditor()
w3sEditorContents::getEditorSkeleton()
Returns the value of the editorSkeleton variable.
w3sEditorContents::getSitePages()
Retrieves all the site's pages.
w3sEditorContents::render()
Implements the editor.
w3sEditorContents::renderCloseButton()
Draws the button to close the editor.
w3sEditorContents::setEditorSkeleton()
Sets the value of the editorSkeleton variable.

[ Top ]
Method Summary
BaseW3sEditorContentsScript   __construct()  
string   drawEditor()   Draws the scripts editor

[ Top ]
Properties
mixed   $editorSkeleton = '<table>
%s
<tr>
<th></th>
<td align="center">
<input id="w3s_edit_content_btn" onclick="activeEditor.edit(); return false;" type="submit" value="%s" />
</td>
</tr>
</table>'
[line 27]
API Tags:
Access:  protected


Redefinition of:
w3sEditorContents::$editorSkeleton

[ Top ]
Methods
Constructor __construct  [line 38]

  BaseW3sEditorContentsScript __construct( $content, [ $editorId = null]  )

Parameters:
   $content: 
   $editorId: 

API Tags:
Access:  public


Redefinition of:
w3sEditorContents::__construct()
Constructor.

[ Top ]
drawEditor  [line 49]

  string drawEditor( )

Draws the scripts editor


API Tags:
Access:  public


Redefinition of:
w3sEditorContents::drawEditor()

[ Top ]

Documentation generated on Tue, 11 Aug 2009 14:53:07 +0200 by phpDocumentor 1.4.0