Squiz Matrix
4.12.2
|
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 | |
Definition at line 32 of file content_type_wysiwyg_edit_fns.inc.
__construct | ( | ) |
Constructor
Definition at line 40 of file content_type_wysiwyg_edit_fns.inc.
|
protected |
Sets the various params for this WYSIWYG editor, and returns a Fudge WYSIWYG object
Content_Type_WYSIWYG | $asset | the WYSIWYG Content Type object |
string | $prefix | prefix for form elements |
Definition at line 56 of file content_type_wysiwyg_edit_fns.inc.
paint | ( | Content_Type_WYSIWYG | $asset, |
$editing = FALSE , |
|||
$generating = FALSE |
|||
) |
Paints raw HTML
Content_Type_WYSIWYG | $asset | the WYSIWYG Content Type object |
boolean | $editing | are we printing an editing interface |
boolean | $generating | are we genenerating the cache file |
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
Content_Type_WYSIWYG | $asset | the WYSIWYG Content Type object |
string | $prefix | prefix for form elements |
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
Content_Type_WYSIWYG | $asset | the WYSIWYG Content Type object |
string | $prefix | prefix for form elements |
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
Content_Type_WYSIWYG | $asset | the WYSIWYG Content Type object |
string | $prefix | prefix for form elements |
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
array | $link | information used to create the initial link |
Content_Type_WYSIWYG | $asset | the WYSIWYG Content Type object |
string | $prefix | prefix for form elements |
Definition at line 390 of file content_type_wysiwyg_edit_fns.inc.
setDirAttr | ( | $dir_attribute | ) |
Sets the tmp var for dir attribute
string | $prefix | prefix for form elements |
Definition at line 421 of file content_type_wysiwyg_edit_fns.inc.