Squiz Matrix  4.12.2
 All Data Structures Namespaces Functions Variables Pages
Content_Type_WYSIWYG_Edit_Fns Class Reference
Inheritance diagram for Content_Type_WYSIWYG_Edit_Fns:
Content_Type_Edit_Fns Asset_Edit_Fns MySource_Object

Public Member Functions

 __construct ()
 
 paintBackend (Content_Type_WYSIWYG $asset, $prefix)
 
 paintBackendIcons (Content_Type_WYSIWYG $asset, $prefix)
 
 paintBackendStatusIcons (Content_Type_WYSIWYG $asset, $prefix)
 
 paint (Content_Type_WYSIWYG $asset, $editing=FALSE, $generating=FALSE)
 
 processBackend (Array $link, Content_Type_WYSIWYG $asset, $prefix)
 
 setDirAttr ($dir_attribute)
 
- Public Member Functions inherited from Content_Type_Edit_Fns
 __construct ()
 
 paint (Content_Type $asset, $editing=FALSE, $generating=FALSE)
 
 _paintInterface ($html, $asset)
 
 paintBackendIcons (Content_Type $asset, $prefix)
 
 paintBackendStatusIcons (Content_Type $asset, $prefix)
 
- Public Member Functions inherited from Asset_Edit_Fns
 Asset_Edit_Fns ()
 
 paintPaths (&$asset, &$o, $prefix)
 
 paintEditRemapURLs (&$asset, &$o, $prefix)
 
 processPaths (&$asset, &$o, $prefix)
 
 processEditRemapURLs (&$asset, &$o, $prefix)
 
 paintURLs (&$asset, &$o, $prefix)
 
 paintAddRemapURLs (&$asset, &$o, $prefix)
 
 processAddRemapURLs (&$asset, &$o, $prefix)
 
 isWorkflowComplete (&$asset)
 
 paintNoticeLinkedAsset (&$asset, $link_value, $type_codes=Array(), $field_name='', $multiple=FALSE)
 
 processNoticeLinkedAsset (&$asset, $link_value, $field_name='', $multiple=FALSE)
 
 isSearchInstalled (&$asset, $prefix)
 
 isBeingCreated (&$asset)
 
 isNotBeingCreated (&$asset)
 
 paintAutomaticRemapSetting (&$asset, &$o, $prefix)
 
 paintCreateLink (&$asset, &$o, $prefix)
 
- Public Member Functions inherited from MySource_Object
 MySource_Object ()
 
 __sleep ()
 
 __wakeup ()
 

Protected Member Functions

 _createEditor (Content_Type_WYSIWYG $asset, $prefix)
 

Additional Inherited Members

- Data Fields inherited from Asset_Edit_Fns
 $static_screens
 

Detailed Description

Definition at line 32 of file content_type_wysiwyg_edit_fns.inc.

Constructor & Destructor Documentation

__construct ( )

Constructor

Definition at line 40 of file content_type_wysiwyg_edit_fns.inc.

Member Function Documentation

_createEditor ( Content_Type_WYSIWYG  $asset,
  $prefix 
)
protected

Sets the various params for this WYSIWYG editor, and returns a Fudge WYSIWYG object

Parameters
Content_Type_WYSIWYG$assetthe WYSIWYG Content Type object
string$prefixprefix for form elements
Returns
WYSIWYG private

Definition at line 56 of file content_type_wysiwyg_edit_fns.inc.

paint ( Content_Type_WYSIWYG  $asset,
  $editing = FALSE,
  $generating = FALSE 
)

Paints raw HTML

Parameters
Content_Type_WYSIWYG$assetthe WYSIWYG Content Type object
boolean$editingare we printing an editing interface
boolean$generatingare we genenerating the cache file
Returns
boolean public

Definition at line 357 of file content_type_wysiwyg_edit_fns.inc.

paintBackend ( Content_Type_WYSIWYG  $asset,
  $prefix 
)

Prints the backend interface for this WYSIWYG editor

Parameters
Content_Type_WYSIWYG$assetthe WYSIWYG Content Type object
string$prefixprefix for form elements
Returns
boolean public

Definition at line 270 of file content_type_wysiwyg_edit_fns.inc.

paintBackendIcons ( Content_Type_WYSIWYG  $asset,
  $prefix 
)

Prints any icons the content type needs next to the cell properties

Parameters
Content_Type_WYSIWYG$assetthe WYSIWYG Content Type object
string$prefixprefix for form elements
Returns
void public

Definition at line 293 of file content_type_wysiwyg_edit_fns.inc.

paintBackendStatusIcons ( Content_Type_WYSIWYG  $asset,
  $prefix 
)

Prints extra backend icons at the right hand side of the menu

Parameters
Content_Type_WYSIWYG$assetthe WYSIWYG Content Type object
string$prefixprefix for form elements
Returns
void public

Definition at line 309 of file content_type_wysiwyg_edit_fns.inc.

processBackend ( Array  $link,
Content_Type_WYSIWYG  $asset,
  $prefix 
)

Processes the backend interface for this WYSIWYG editor

Parameters
array$linkinformation used to create the initial link
Content_Type_WYSIWYG$assetthe WYSIWYG Content Type object
string$prefixprefix for form elements
Returns
boolean public

Definition at line 390 of file content_type_wysiwyg_edit_fns.inc.

setDirAttr (   $dir_attribute)

Sets the tmp var for dir attribute

Parameters
string$prefixprefix for form elements
Returns
void public

Definition at line 421 of file content_type_wysiwyg_edit_fns.inc.


The documentation for this class was generated from the following file: