/
renderWiki
renderWiki
Description
Returns the html code for the wiki text.
Parameters
Return Type
String
The return value represents the html code of the wiki text.
Example
return renderWiki("h1. Biggest heading");
Result: <h1><a name="Biggestheading"></a>Biggest heading</h1>
See also
, multiple selections available,
Related content
matches
matches
Read with this
BA_createWikiContent
BA_createWikiContent
More like this
Predefined structure types reference
Predefined structure types reference
Read with this
How to render wiki from XML or XSL files
How to render wiki from XML or XSL files
More like this
urlEncode
urlEncode
Read with this
BA_createHtmlContent
BA_createHtmlContent
More like this