Class: EditorLink

Source Location: /CORE/system/classes/util/links/EditorLink.php

Class EditorLink

Class Overview

This class return the URL for an Editor.

If not Editor is set, the configured default Editor will be taken.

Located in /CORE/system/classes/util/links/EditorLink.php [line 39]

CMSLink
   |
   --EditorLink
Author(s):
  • Kevin Papst
Information Tags:
Version:  $Id: EditorLink.php,v 1.4 2008/05/24 23:36:07 kpapst Exp $
Copyright:  Copyright (C) Kevin Papst
License:  GNU Public License

Methods

[ Top ]
Method Summary
EditorLink   EditorLink()  
void   setEditor()   Sets the editor to use.

[ Top ]
Methods
Constructor EditorLink  [line 42]

  EditorLink EditorLink( [ $id = null], [ $language = null]  )

Parameters:
   $id: 
   $language: 


[ Top ]
setEditor  [line 55]

  void setEditor( $editorName  )

Sets the editor to use.

Default is configurable.

Parameters:
   $editorName: 


[ Top ]