Class: EditorSelect

Source Location: /CORE/system/classes/util/formular/EditorSelect.php

Class EditorSelect

Class Overview

This class defines a Select Box to select one of the installed HTML Editors.

Set all values and call

.

Located in /CORE/system/classes/util/formular/EditorSelect.php [line 41]

HtmlElement
   |
   --Select
      |
      --EditorSelect
Author(s):
  • Kevin Papst
Information Tags:
Version:  $Id: EditorSelect.php,v 1.2 2008/01/30 21:58:34 kpapst Exp $
Copyright:  Kevin Papst
License:  GNU Public License

Methods

[ Top ]
Method Summary
EditorSelect   EditorSelect()  
void   getHtml()  
void   setPreSelected()  

[ Top ]
Methods
Constructor EditorSelect  [line 48]

  EditorSelect EditorSelect( )



[ Top ]
getHtml  [line 56]

  void getHtml( )



Redefinition of:
HtmlElement::getHtml()

[ Top ]
setPreSelected  [line 52]

  void setPreSelected( $id  )

Parameters:
   $id: 


[ Top ]