- Timestamp:
- 12/05/08 00:21:04 (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/TWikiAjaxContrib/data/TWiki/TWikiAjaxContribExamples.txt
r1090 r1178 298 298 ---+++!! Demo 299 299 <div style="margin:1em 0;"> 300 <input id="loadSearchResultsButton" class=" twikiButton" type="button" value="Load contents" />300 <input id="loadSearchResultsButton" class="foswikiButton" type="button" value="Load contents" /> 301 301 <br /> 302 302 <div style="float:left; margin:1em 1em 0 0;"> … … 410 410 <div id="example_caching_demo_contents"> 411 411 <div id="cachedContentContainer" style="width:600px; padding:10px; border:1px solid #999;"></div> 412 <p><input id="clearCacheButton" class=" twikiButton" type="button" value="Clear cache" /></p>412 <p><input id="clearCacheButton" class="foswikiButton" type="button" value="Clear cache" /></p> 413 413 <br /> 414 414 </div> … … 488 488 ---+++!! Demo 489 489 490 <input id="loadWithCustomIndicatorButton" class=" twikiButton" type="button" value="Load contents" />490 <input id="loadWithCustomIndicatorButton" class="foswikiButton" type="button" value="Load contents" /> 491 491 <br /> 492 492 <div style="margin:1em 0 0 0;"> … … 628 628 <div id="example_caching_demo_contents"> 629 629 <div id="cachedHtmlProcessingContentContainer" style="width:600px; padding:10px; border:1px solid #999;"></div> 630 <p><input id="clearHtmlProcessingCacheButton" class=" twikiButton" type="button" value="Clear cache" /></p>630 <p><input id="clearHtmlProcessingCacheButton" class="foswikiButton" type="button" value="Clear cache" /></p> 631 631 <br /> 632 632 </div> … … 784 784 ---+++!! Demo 785 785 786 <input id="loadXmlDataButton" class=" twikiButton" type="button" value="Load XML data" />786 <input id="loadXmlDataButton" class="foswikiButton" type="button" value="Load XML data" /> 787 787 <br /> 788 788 <div style="margin:1em 0 0 0;"> … … 887 887 <th class="last">%MAKETEXT{"Search where:"}%</th> 888 888 <td class="last"> 889 <input type="radio" class=" twikiRadioButton" id="textbody" name="scope" value="text" %IF{" '%URLPARAM{"scope" default="text"}%' = 'text' " then="checked=\"checked\"" else=""}% /><label for="textbody"> %MAKETEXT{"Text body"}%</label> <input type="radio" class="twikiRadioButton" id="topictitle" name="scope" value="topic" %IF{" '%URLPARAM{scope}%' = 'topic' " then="checked=\"checked\"" else=""}% /><label for="topictitle"> %MAKETEXT{"Topic title"}%</label> <input type="radio" class="twikiRadioButton" id="both" name="scope" value="all" %IF{" '%URLPARAM{scope}%' = 'all' " then="checked=\"checked\"" else=""}% /><label for="both"> %MAKETEXT{"Both body and title"}%</label>889 <input type="radio" class="foswikiRadioButton" id="textbody" name="scope" value="text" %IF{" '%URLPARAM{"scope" default="text"}%' = 'text' " then="checked=\"checked\"" else=""}% /><label for="textbody"> %MAKETEXT{"Text body"}%</label> <input type="radio" class="foswikiRadioButton" id="topictitle" name="scope" value="topic" %IF{" '%URLPARAM{scope}%' = 'topic' " then="checked=\"checked\"" else=""}% /><label for="topictitle"> %MAKETEXT{"Topic title"}%</label> <input type="radio" class="foswikiRadioButton" id="both" name="scope" value="all" %IF{" '%URLPARAM{scope}%' = 'all' " then="checked=\"checked\"" else=""}% /><label for="both"> %MAKETEXT{"Both body and title"}%</label> 890 890 <hr /> 891 891 <input type="checkbox" class="twikiCheckbox" id="web" name="web" %IF{" '%URLPARAM{web}%' = 'on'" then="checked=\"checked\"" else=""}% /><label for="web"> %MAKETEXT{"All public webs"}%</label> <span class="twikiSmall">%MAKETEXT{"(otherwise search [_1] Web only)" args="<nop>%INCLUDINGWEB%"}%</span> … … 974 974 ---+++!! Demo 975 975 976 <input id="failureButton" class=" twikiButton" type="button" value="Load (failing) contents" />976 <input id="failureButton" class="foswikiButton" type="button" value="Load (failing) contents" /> 977 977 <br /> 978 978 <div style="margin:1em 0 0 0;">
Note: See TracChangeset
for help on using the changeset viewer.
