Changeset 463 for branches/Release04x02/twikiplugins/JSCalendarContrib/data/TWiki/JSCalendarContrib.txt
- Timestamp:
- 11/08/08 13:16:17 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/Release04x02/twikiplugins/JSCalendarContrib/data/TWiki/JSCalendarContrib.txt
r3 r463 26 26 having to write any code. Just add this inline in the topic text: 27 27 <verbatim> 28 %INCLUDE{"% TWIKIWEB%/JSCalendarContribInline"}%28 %INCLUDE{"%SYSTEMWEB%/JSCalendarContribInline"}% 29 29 </verbatim> 30 30 Then, to display a calendar icon next to a text input field: 31 31 <verbatim> 32 32 <input type="text" id="cal_val_here" /> 33 <input type="image" src="%PUBURL%/% TWIKIWEB%/JSCalendarContrib/img.gif" onclick="javascript: return showCalendar('cal_val_here','%e %B %Y')" />33 <input type="image" src="%PUBURL%/%SYSTEMWEB%/JSCalendarContrib/img.gif" onclick="javascript: return showCalendar('cal_val_here','%e %B %Y')" /> 34 34 </verbatim> 35 35 If the contrib is installed, you will see such a field here: 36 %INCLUDE{"% TWIKIWEB%/JSCalendarContribInline"}%36 %INCLUDE{"%SYSTEMWEB%/JSCalendarContribInline"}% 37 37 <input type="text" id="cal_val_here" /> 38 <input type="image" src="%PUBURL%/% TWIKIWEB%/JSCalendarContrib/img.gif" onclick="javascript: return showCalendar('cal_val_here','%e %B %Y')" />38 <input type="image" src="%PUBURL%/%SYSTEMWEB%/JSCalendarContrib/img.gif" onclick="javascript: return showCalendar('cal_val_here','%e %B %Y')" /> 39 39 40 40 <!-- … … 76 76 | Appraisal: | http://TWiki.org/cgi-bin/view/Plugins/%TOPIC%Appraisal | 77 77 78 __Related Topics:__ % TWIKIWEB%.TWikiPreferences78 __Related Topics:__ %SYSTEMWEB%.TWikiPreferences 79 79 80 80 %META:FILEATTACHMENT{name="screenshot.gif" attr="h" comment="" version="1"}%
Note: See TracChangeset
for help on using the changeset viewer.
