Downloads
release
dev builds
extras
themes
Documentation
manual
wiki
device status
Support
forums
mailing lists
IRC
Development
bugs
patches
dev guide
Search
Donate
Search
| Go
Wiki
>
System
>
JQueryPlugin
>
JQueryWikiWord
---+ %TOPIC% %JQPLUGINS{"wikiword" format=" Homepage: $homepage <br /> Author(s): $author <br /> Version: $version " }% %STARTSECTION{"summary"}% This plugin allows to create a <nop>WikiWord on the base of a set of input elements. The value of these are concatenated and the result is normalized to be a valid <nop>WikiWord. For example, this can be used to derive a topic name from a free-form topic title text. %ENDSECTION{"summary"}% ---++ Foswiki integration Add the =jqWikiWord= to an html input field and specify the source from which to derive the !WikiWord using metadata of the following format: <verbatim class="js"> { source:'selector', /* e.g. '#projectTitle' */ initial:'initial value', /* e.g. 'Project...' */ prefix:'string to be prefixed to the wiki word', /* e.g. 'Project' */ suffix:'string to be appended to the wiki word' /* e.g. 'AUTOINC0' */ } </verbatim> ---++ Examples <div class="foswikiFormSteps"> <h2>Add Project</h2> <form action="%SCRIPTURLPATH{"edit"}%/%WEB%" /> <div class="foswikiFormStep"> <h3>Title:</h3> <input type="text" id="prjTitle" size="60" name="TopicTitle" /> </div> <div class="foswikiFormStep"> <h3>Year:</h3> <select id="prjYear" name="prjYear"> <option></option> <option>2005</option> <option>2006</option> <option>2007</option> <option>2008</option> <option>2009</option> <option>2010</option> <option>2011</option> </select> </div> <div class="foswikiFormStep"> <h3>Project topic:</h3> <input type="text" id="prjTopic" size="60" name="topic" class="jqWikiWord {source:'#prjTitle, #prjYear', prefix:'Project', initial:'Project...', suffix:'AUTOINC0'}" /> </div> <div class="foswikiFormStep foswikiFormLast"> %BUTTON{"Submit" icon="tick" type="submit"}% %CLEAR% </div> </div> %JQREQUIRE{"wikiword"}%
E
dit
|
A
ttach
|
P
rint version
|
H
istory
: r1
|
B
acklinks
|
V
iew topic
|
M
ore topic actions
r1 - 28 Apr 2010 - 13:09:20 -
ProjectContributor
Parents:
JQueryPlugin
Copyright © by the contributing authors. All material on this site is the property of the contributing authors.
Ideas, requests, problems regarding Wiki?
Send feedback