Go Field          
  
   
 


Creates a dropdown selection field of all Wiki Pages

Parameters

  • name - name of the field

Usage:

[{PagesListField name="pageName"}]

renderer.sjs

id = extension.getAttributeValueByName( "name" ); return "<select name=\""+id+"\" id=\""+id+"\"></select><script> includeInitFunction(\"setSelect(\\\""+id+"\\\");\");includeLibrary(\"/OpenForum/Extensions/PagesListField/select.js\");</script>";
by Admin on 21/04/2008 at 10:09 PM