Updating page editor hooks for v4.9.3

From Sohowiki
(Difference between revisions)
Jump to: navigation, search
(The Easy Way To Update)
Line 7: Line 7:
 
</pre>
 
</pre>
  
And thats it.
+
And thats it :)
  
 
==Final note==
 
==Final note==

Revision as of 12:00, 27 November 2007

The Easy Way To Update

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');
}

And thats it :)

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