Updating page editor hooks for v4.9.3

From Sohowiki
(Difference between revisions)
Jump to: navigation, search
(Overview)
Line 6: Line 6:
 
}
 
}
 
</pre>
 
</pre>
 
  
 
==Final note==
 
==Final note==

Revision as of 11:56, 7 November 2007

Overview

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