Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Lenya Wiki" for change 
notification.

The following page has been changed by JörnNettingsmeier:
http://wiki.apache.org/lenya/EditorRoadmap

------------------------------------------------------------------------------
   * Provide sitetree XML
  
  
- ===contract between generic editor functions (insertImage, insertLink) and 
editor modules===
+ === contract between generic editor functions (insertImage, insertLink) and 
editor modules ===
  
  each editor module '''must''' implement the following callbacks in javascript:
  
- function insertImage(src, alt, title, width, height, scaleWidth, scaleHeight) 
{};
+  function insertImage(src, alt, title, width, height, scaleWidth, 
scaleHeight) {};
+ 
- function insertLink(href, title, name, lang) {};
+  function insertLink(href, title, name, lang) {};
  
  we should tackle this in the immediate future.
  
- ===contract between validation on the server and editor modules===
+ === contract between validation on the server and editor modules ===
  
  each editor should be able to handle validation errors from the server 
gracefully. it must receive the appropriate error messages from the server, 
display them to the user, and keep the file checked out!
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to