Squiz Matrix
4.12.2
|
Public Member Functions | |
__construct () | |
paintBackendJsData (Bodycopy_Div $asset, $prefix) | |
paintGenericBackend (Asset $bodycopy, Backend_Outputter $o, $prefix) | |
paint (Bodycopy_Div $asset, $editing=FALSE, $generating=FALSE) | |
paintContainer (Bodycopy_Div $asset, Backend_Outputter $o, $prefix) | |
processContainer (Bodycopy_Div $asset, Backend_Outputter $o, $prefix, $bc_action, $bc_name, Array $bc_data, Array $bc_saved) | |
Public Member Functions inherited from Bodycopy_Container_Edit_Fns | |
__construct () | |
setAttribute (Array &$attributes, $name, $value) | |
paintBackendJsData (Bodycopy_Container $asset, $prefix) | |
paintGenericBackend (Bodycopy_Container $asset, Backend_Outputter $o, $prefix) | |
paint (Bodycopy_Container $asset, $editing=FALSE, $generating=FALSE) | |
paintContainer (Bodycopy_Container $asset, Backend_Outputter $o, $prefix) | |
processContainer (Bodycopy_Container $asset, Backend_Outputter $o, $prefix, $bc_action, $bc_name, Array $bc_data, Array $bc_saved) | |
generateContentFile (Bodycopy_Container $asset) | |
createContentLinks (Bodycopy_Container $asset, $output=NULL) | |
_contentsUpdated (Bodycopy_Container $asset) | |
paintBodycopyContainer (Bodycopy_Container $asset, Backend_Outputter $o, $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 | |
_updateCellType (Bodycopy_Div $asset, $new_type='') | |
Protected Member Functions inherited from Bodycopy_Container_Edit_Fns | |
_saveCssIds (Backend_Outputter $o) | |
Additional Inherited Members | |
Data Fields inherited from Bodycopy_Container_Edit_Fns | |
position | __pad0__:absolute |
width | __pad1__: 1px |
height | __pad2__: 1px |
visibility | __pad3__: hidden |
Definition at line 30 of file bodycopy_div_edit_fns.inc.
__construct | ( | ) |
Constructor
Definition at line 38 of file bodycopy_div_edit_fns.inc.
|
protected |
Change the type of this DIV's editing interface to the passed content type
Bodycopy_Div | $asset | the DIV object |
string | $new_type | the name of the new content type |
Definition at line 463 of file bodycopy_div_edit_fns.inc.
paint | ( | Bodycopy_Div | $asset, |
$editing = FALSE , |
|||
$generating = FALSE |
|||
) |
Paints this div as HTML
Bodycopy_Div | $asset | the div whose interface we are painting |
boolean | $editing | are we printing an editing interface |
boolean | $generating | are we generating the content file |
Definition at line 204 of file bodycopy_div_edit_fns.inc.
paintBackendJsData | ( | Bodycopy_Div | $asset, |
$prefix | |||
) |
Prints the JavaScript needed by the backend functions for this div
Bodycopy_Div | $asset | the div object being printed |
string | $prefix | prefix for form fields |
Definition at line 54 of file bodycopy_div_edit_fns.inc.
paintContainer | ( | Bodycopy_Div | $asset, |
Backend_Outputter | $o, | ||
$prefix | |||
) |
Paint the interface for editing this div
Bodycopy_Div | $asset | the div whose interface we are painting |
Backend_Outputter | $o | the Backend Outputter instance |
string | $prefix | prefix for the form elements |
Definition at line 273 of file bodycopy_div_edit_fns.inc.
paintGenericBackend | ( | Asset | $bodycopy, |
Backend_Outputter | $o, | ||
$prefix | |||
) |
Paint JS data that divs need to use to do their processing
Bodycopy_Div | $bodycopy | the bodycopy being printed |
Backend_Outputter | $o | the Backend Outputter instance |
string | $prefix | prefix for the form element |
Definition at line 80 of file bodycopy_div_edit_fns.inc.
processContainer | ( | Bodycopy_Div | $asset, |
Backend_Outputter | $o, | ||
$prefix, | |||
$bc_action, | |||
$bc_name, | |||
Array | $bc_data, | ||
Array | $bc_saved | ||
) |
Process the interface for editing this div
Bodycopy_Div | $asset | the div whose interface we are painting |
Backend_Outputter | $o | the Backend Outputter instance |
string | $prefix | prefix for the form element |
string | $bc_action | a global bodycopy action to perform (eg insert_table_row) |
string | $bc_name | the name of the bodycopy that submitted the action |
array | $bc_data | an array of data needed to perform the action |
array | $bc_saved | any saved changes that were performed without committing |
Definition at line 424 of file bodycopy_div_edit_fns.inc.