Last change
on this file since 366 was
366,
checked in by tjcschipper, 13 years ago
|
- AdaptiveForm? really isn't anything yet, but it's supposed to become a way to encapsulate forms that add/remove inputs based on other input's (selected) values.
- Created a skeleton for the question editor. It's almost an exact copy of SurveyAdvanced?.
|
File size:
313 bytes
|
Line | |
---|
1 | define(['dojo/_base/declare','dijit/MenuItem','../content'], |
---|
2 | function(declare,MenuItem,content){ |
---|
3 | return declare('rft.ui.MenuLink',[MenuItem],{ |
---|
4 | options:{ |
---|
5 | pageId: null |
---|
6 | }, |
---|
7 | onClick: function(){ |
---|
8 | debugger; |
---|
9 | content.goTo(this.pageId); |
---|
10 | } |
---|
11 | }); |
---|
12 | }); |
---|
Note: See
TracBrowser
for help on using the repository browser.