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/JQueryTwistyPlugin/data/TWiki/JQueryTwistyPlugin.txt

    r1090 r1178  
    198198<verbatim> 
    199199%TWISTY{link="" noscript="hide" start="show"}% 
    200 <input type="submit" class="twikiButton" value="You surely have !JavaScript" /> 
     200<input type="submit" class="foswikiButton" value="You surely have !JavaScript" /> 
    201201%ENDTWISTY% 
    202202</verbatim> 
    203203 
    204204%TWISTY{link="" noscript="hide" start="show"}% 
    205 <input type="submit" class="twikiButton" value="You surely have !JavaScript" /> 
     205<input type="submit" class="foswikiButton" value="You surely have !JavaScript" /> 
    206206%ENDTWISTY% 
    207207 
     
    214214<verbatim> 
    215215%TWISTY{link="" start="show"}% 
    216 <input type="submit" class="twikiButton" value="You might have !JavaScript" /> 
     216<input type="submit" class="foswikiButton" value="You might have !JavaScript" /> 
    217217%ENDTWISTY% 
    218218</verbatim> 
    219219 
    220220%TWISTY{link="" start="show"}% 
    221 <input type="submit" class="twikiButton" value="You might have !JavaScript" /> 
     221<input type="submit" class="foswikiButton" value="You might have !JavaScript" /> 
    222222%ENDTWISTY% 
    223223 
     
    265265 
    266266<verbatim> 
    267 <button class="twistyExpandAll twikiButton">Expand all</button> &nbsp; <button class="twistyCollapseAll twikiButton">Collapse all</button> 
     267<button class="twistyExpandAll foswikiButton">Expand all</button> &nbsp; <button class="twistyCollapseAll foswikiButton">Collapse all</button> 
    268268</verbatim> 
    269269 
    270270Creates these controls: 
    271271 
    272 <button class="twistyExpandAll twikiButton">Expand all</button> &nbsp;  
    273 <button class="twistyCollapseAll twikiButton">Collapse all</button> 
     272<button class="twistyExpandAll foswikiButton">Expand all</button> &nbsp;  
     273<button class="twistyCollapseAll foswikiButton">Collapse all</button> 
    274274 
    275275When you want to use links, write: 
Note: See TracChangeset for help on using the changeset viewer.