Skip to content

Commit

Permalink
Update (english) help.xml file with embedding calendar instructions.
Browse files Browse the repository at this point in the history
Bug: 13829
  • Loading branch information
mrubinsk committed Jan 26, 2015
1 parent ab8f668 commit a75e07b
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions kronolith/locale/en/help.xml
Expand Up @@ -170,30 +170,30 @@
To embed a small Month View of the current month:
</para>
<raw>
&lt;div id=&quot;kronocalendar&quot;&gt;&lt;/div&gt;&lt;script
src=&quot;http://hostname.example.com/horde/services/imple.php?imple=Embed/
impleApp=kronolith/container=kronocalendar/view=month/calendar=calendar_name
&quot;type=&quot;text/javascript&quot;&gt;&lt;/script&gt;
&lt;div id=&quot;kronolithCal&quot;&gt;&lt;/div&gt;&lt;script
src=&quot;http://hostname.example.com/horde/services/ajax.php/kronolith/embed?
container=kronolithCal&amp;amp;view=Monthlist&quot;type=&quot;text/javascript&quot;&gt;
&lt;/script&gt;
</raw>
<para>
To embed an Upcoming Events View (note the 'months' and 'maxevents'
parameters):
</para>
<raw>
&lt;div id=&quot;kronolist&quot;&gt;&lt;/div&gt;&lt;script
src=&quot;http://hostname.example.com/horde/services/imple.php?imple=Embed/
impleApp=kronolith/view=monthlist/calendar=calendar_name/container=kronolist/
months=2/maxevents=10&quot; type=&quot;text/javascript&quot;&gt;&lt;/script
&gt;
src=&quot;http://hostname.example.com/horde/services/ajax.php/kronolith/embed?
view=Monthlist&amp;calendar=calendar_name&amp;container=kronolist&amp;
months=2&amp;maxevents=10&quot; type=&quot;text/javascript&quot;&gt;
&lt;/script&gt;
</raw>
<para>
To embed a Summary View:
</para>
<raw>
&lt;div id=&quot;kronosummary&quot;&gt;
&lt;/div&gt;&lt;script type=&quot;text/javascript&quot;
src=&quot;http://hostname.example.com/horde/services/imple.php?imple=Embed/
impleApp=kronolith/container=kronosummary/view=summary/calendar=calendar_name
src=&quot;http://hostname.example.com/horde/services/ajax.php/kronolith/embed?
container=kronosummary&amp;view=Summary&amp;calendar=calendar_name
&quot;&gt;&lt;/script&gt;
</raw>
</entry>
Expand Down

0 comments on commit a75e07b

Please sign in to comment.