You are here:
BACCHUS Wiki
>
System Web
>
JQueryPlugin
>
JQueryWikiWord
(revision 1) (raw view)
---+ %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 class="foswikiSelect" 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
|
Edit
w
iki text
|
M
ore topic actions
Topic revision: r1 - 07 Jun 2013,
ProjectContributor
System
Log In
Toolbox
Users
Groups
Index
Search
Changes
Notifications
RSS Feed
Statistics
Preferences
User Reference
BeginnersStartHere
TextFormattingRules
Macros
FormattedSearch
QuerySearch
DocumentGraphics
SkinBrowser
InstalledPlugins
Admin Maintenance
Reference Manual
AdminToolsCategory
InterWikis
ManagingWebs
SiteTools
DefaultPreferences
WebPreferences
Categories
Admin Documentation
Admin Tools
Developer Doc
User Documentation
User Tools
Copyright &© by the contributing authors. All material on this site is the property of the contributing authors.
Ideas, requests, problems regarding BACCHUS Wiki?
Send feedback