Changeset 531294
- Timestamp:
- 04/15/2012 05:49:52 AM (14 years ago)
- Location:
- rehabtabs
- Files:
-
- 2 edited
-
tags/1.1/options.php (modified) (1 diff)
-
trunk/options.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
rehabtabs/tags/1.1/options.php
r531293 r531294 121 121 122 122 <h3>Ajax usage</h3> 123 <p>To load tab contents via ajax, set the shortcode's <em>ajax</em> attribute to <em>true</em>. Then, between the opening and closing tags, enter the URLof the page to load.</p>123 <p>To load tab contents via ajax, set the shortcode's <em>ajax</em> attribute to <em>true</em>. Then, between the opening and closing tags, enter the path of the page to load.</p> 124 124 <pre> 125 [rehabtab title="Ajax tab" ajax="true"] plugins/rehabtabs/demo[/rehabtab]125 [rehabtab title="Ajax tab" ajax="true"]my-directory/my-page[/rehabtab] 126 126 </pre> 127 127 -
rehabtabs/trunk/options.php
r531293 r531294 121 121 122 122 <h3>Ajax usage</h3> 123 <p>To load tab contents via ajax, set the shortcode's <em>ajax</em> attribute to <em>true</em>. Then, between the opening and closing tags, enter the URLof the page to load.</p>123 <p>To load tab contents via ajax, set the shortcode's <em>ajax</em> attribute to <em>true</em>. Then, between the opening and closing tags, enter the path of the page to load.</p> 124 124 <pre> 125 [rehabtab title="Ajax tab" ajax="true"] plugins/rehabtabs/demo[/rehabtab]125 [rehabtab title="Ajax tab" ajax="true"]my-directory/my-page[/rehabtab] 126 126 </pre> 127 127
Note: See TracChangeset
for help on using the changeset viewer.