Get Action Removes the template from a page
Parameters
Usage:
-Example-
-Example-
Server Side Javascript for GET method if(typeof(pageName)=="undefined")
{
transaction.setResult(transaction.SHOW_PAGE);
}
else
{
wiki.deleteAttachment( pageName,"header.html.template.link" );
wiki.deleteAttachment( pageName,"footer.html.template.link" );
wiki.buildPage( pageName );
transaction.goToPage( pageName );
} by Admin on 21/04/2008 at 10:08 PM |
|