6
edits
(added Extension Developer for Sunbird) |
m (→JS Hacking) |
||
| Line 71: | Line 71: | ||
No hacking introduction would be complete without a 'Hello World' example of some sort. So, here's ours. Start with steps 1-3 above. | No hacking introduction would be complete without a 'Hello World' example of some sort. So, here's ours. Start with steps 1-3 above. | ||
4.) The main Sunbird front-end loading takes place in <tt>calendar.js</tt> in the function <tt>calendarInit()</tt> Open that file in your text-editor. | 4.) The main Sunbird front-end loading takes place in <tt>calendar.js</tt> in the function <tt>calendarInit()</tt>. Open that file in your text-editor. | ||
5.) Find the <tt>calendarInit()</tt> function. (You'll need to scroll down somewhat.) | 5.) Find the <tt>calendarInit()</tt> function. (You'll need to scroll down somewhat.) | ||
edits