Ignore:
Timestamp:
12/05/08 00:21:04 (3 years ago)
Author:
ArthurClemens
Message:

Item113: more css classes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/TWikiAjaxContrib/data/TWiki/TWikiAjaxContribExamples.txt

    r1090 r1178  
    298298---+++!! Demo 
    299299<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" /> 
    301301<br /> 
    302302<div style="float:left; margin:1em 1em 0 0;"> 
     
    410410<div id="example_caching_demo_contents"> 
    411411        <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> 
    413413<br /> 
    414414</div> 
     
    488488---+++!! Demo 
    489489 
    490 <input id="loadWithCustomIndicatorButton" class="twikiButton" type="button" value="Load contents" /> 
     490<input id="loadWithCustomIndicatorButton" class="foswikiButton" type="button" value="Load contents" /> 
    491491<br /> 
    492492<div style="margin:1em 0 0 0;"> 
     
    628628<div id="example_caching_demo_contents"> 
    629629        <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> 
    631631<br /> 
    632632</div> 
     
    784784---+++!! Demo 
    785785 
    786 <input id="loadXmlDataButton" class="twikiButton" type="button" value="Load XML data" /> 
     786<input id="loadXmlDataButton" class="foswikiButton" type="button" value="Load XML data" /> 
    787787<br /> 
    788788<div style="margin:1em 0 0 0;"> 
     
    887887<th class="last">%MAKETEXT{"Search where:"}%</th> 
    888888<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>&nbsp;&nbsp;&nbsp;<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>&nbsp;&nbsp;&nbsp;<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>&nbsp;&nbsp;&nbsp;<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>&nbsp;&nbsp;&nbsp;<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> 
    890890<hr /> 
    891891<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> 
     
    974974---+++!! Demo 
    975975 
    976 <input id="failureButton" class="twikiButton" type="button" value="Load (failing) contents" /> 
     976<input id="failureButton" class="foswikiButton" type="button" value="Load (failing) contents" /> 
    977977<br /> 
    978978<div style="margin:1em 0 0 0;"> 
Note: See TracChangeset for help on using the changeset viewer.