Last change
on this file since 249 was
249,
checked in by hendrikvanantwerpen, 13 years ago
|
This one's for Subversion, because it's so close...
First widget (stripped down sequencer).
Seperated client and server code in two direcotry trees.
|
File size:
462 bytes
|
Line | |
---|
1 | $(function(){ |
---|
2 | $("#page_mainmenu_btn_sessions").click(function(){ |
---|
3 | rft.content.goTo("sessions"); |
---|
4 | }) |
---|
5 | $("#page_mainmenu_btn_surveys").click(function(){ |
---|
6 | rft.content.goTo("browse",{type:"Survey"}); |
---|
7 | }) |
---|
8 | $("#page_mainmenu_btn_questions").click(function(){ |
---|
9 | rft.content.goTo("browse",{type:"Question"}); |
---|
10 | }) |
---|
11 | $("#page_mainmenu_btn_apps").click(function(){ |
---|
12 | rft.content.goTo("browse",{type:"Application"}); |
---|
13 | }) |
---|
14 | }); |
---|
Note: See
TracBrowser
for help on using the repository browser.