Documentation
This is used to create a new
WikiApplication
Implementation
%STARTINCLUDE%<noautolink>
%TWISTY{link="%BUTTON{"%TRANSLATE{"New WikiApplication"}%" icon="fa-plus"}%%CLEAR%" mode="div"}%
<form id="createNewWeb" class="jqAjaxForm" action="%SCRIPTURLPATH{jsonrpc}%/WebCreatorPlugin/create" method="post" data-message="%TRANSLATE{"Creating Web"}%">
<input type="hidden" name="templateweb" value="_WikiApplicationTemplate" />
<input type="hidden" name="parentweb" value="Applications" />
<input name="newtopic" type="hidden" value="" />
<input type="submit" style="display:none;" />
<div class="foswikiFormSteps">
<div class="foswikiFormStep">
<h3>%TRANSLATE{"Name"}%:</h3>
<input class="foswikiInputField" id="newweb" name="newweb" type="text" value="%URLPARAM{"newapp"}%" size="50" />
<div class="foswikiFormDescription">
<noautolink>
%TRANSLATE{"This is the name of the web that will hold the wiki application. It will become a subweb of the Applications web. Example values: MyCompanyApp, TestApp"}%
</noautolink>
</div>
</div>
<div class="foswikiFormStep">
<h3>%TRANSLATE{"Summary"}%:</h3>
<input class="foswikiInputField" type="text" name="WEBSUMMARY" value="" size="50" />
<div class="foswikiFormDescription">
<noautolink>
%TRANSLATE{"Enter a short description what this wiki app is about. It will be stored in the WebPreferences of your newly created application web."}%
</noautolink>
</div>
</div>
<div class="foswikiFormStep foswikiFormButtons foswikiFormLast">
%BUTTON{"%TRANSLATE{"Submit"}%" type="submit" icon="fa-check"}%
%CLEAR%
</div>
</div>
</form>
%ENDTWISTY%%JQREQUIRE{"ajaxform"}%
</noautolink>%STOPINCLUDE%
Test