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

Class: BaseW3sEditorContentsTextTinyMCE

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

Class BaseW3sEditorContentsTextTinyMCE

Class Overview

BaseW3sEditorContentsTextTinyMCE is the base class that renders the editor to manage a textual content, based on the client-side tinyMCE web-editor

Located in /lib/w3studioCmsCore/editor/plugins/BaseW3sEditorContentsTextTinyMCE.class.php [line 23]

w3sEditorContents
   |
   --w3sEditorContentsText
      |
      --BaseW3sEditorContentsTextTinyMCE
Author(s): API Tags:
Abstract:  

Information Tags:

Properties

Methods

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

Inherited From w3sEditorContentsText

w3sEditorContentsText::$editorSkeleton
w3sEditorContentsText::$webEditorName

Inherited From w3sEditorContents

w3sEditorContents::$content
w3sEditorContents::$idEditor

Inherited From w3sEditorContentsText

w3sEditorContentsText::__construct()
w3sEditorContentsText::drawEditor()
Draws the text editor
w3sEditorContentsText::getWebEditorName()
Returns the value of the webEditorName variable.
w3sEditorContentsText::setWebEditorName()
Sets the value of the webEditorName variable.
w3sEditorContentsText::writeStylesheet()

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
void   getStandardCss()   Returns the current standard CSS
void   setStandardCss()   Sets the current standard CSS
void   writeStylesheet()   Writes the Stylesheet for the tinyMCE editor

[ Top ]
Properties
mixed   $standardCss =
'body {
background-color: #FFFFFF;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
scrollbar-3dlight-color: #F0F0EE;
scrollbar-arrow-color: #676662;
scrollbar-base-color: #F0F0EE;
scrollbar-darkshadow-color: #DDDDDD;
scrollbar-face-color: #E0E0DD;
scrollbar-highlight-color: #F0F0EE;
scrollbar-shadow-color: #F0F0EE;
scrollbar-track-color: #F5F5F5;
}

td {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
border:1px dotted #aaa;
}

pre {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
}

thead {
background-color: #FFBBBB;
}

tfoot {
background-color: #BBBBFF;
}

th {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 13px;
}'
[line 26]
API Tags:
Access:  protected


[ Top ]
Methods
getStandardCss  [line 68]

  void getStandardCss( )

Returns the current standard CSS


API Tags:
Access:  public


[ Top ]
setStandardCss  [line 75]

  void setStandardCss( $value  )

Sets the current standard CSS

Parameters:
   $value: 

API Tags:
Access:  public


[ Top ]
writeStylesheet  [line 82]

  void writeStylesheet( )

Writes the Stylesheet for the tinyMCE editor


API Tags:
Access:  public


Redefinition of:
w3sEditorContentsText::writeStylesheet()

[ Top ]

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