Updating page editor hooks for v4.9.3

From Sohowiki
(Difference between revisions)
Jump to: navigation, search
(Overview)
(Overview)
Line 1: Line 1:
==Overview==
+
==The Easy Way==
 
Within your object javascript simply add the following to the end, that is, after you have placed your object into the cell.
 
Within your object javascript simply add the following to the end, that is, after you have placed your object into the cell.
 
<pre>
 
<pre>

Revision as of 11:53, 27 November 2007

The Easy Way

Within your object javascript simply add the following to the end, that is, after you have placed your object into the cell.

if ( window.checkPageAreas ){
   checkPageAreas('start');
}

Final note

The new page_editor.php uses a XHTML 1.0 Strict doctype and may effect the look/feel of your properties layer.

Personal tools