source: Dev/branches/rest-dojo-ui/client/rft/ui/templates/LineWithActionsWidget.html @ 390

Last change on this file since 390 was 355, checked in by tjcschipper, 13 years ago
  • surveyEditor more or less works! Only needed change is addition of "topic" property in question objects (database-side), and the change from "category"(string) to "categories"(string[]).
  • surveyEditor still needs removal function and infofunction to be written properly!
  • Added all files belonging to SurveyAdvanced?. Most do not work properly yet, but at least there will not be a 404 page when you click btnPreview on survey.html.
File size: 210 bytes
Line 
1<div class="${baseClass} inheritBgColor">
2    <span class="${baseClass}Title" data-dojo-attach-point="titleNode"></span>
3    <span class="${baseClass}Buttons" data-dojo-attach-point="buttonsNode"></span>
4</div>
Note: See TracBrowser for help on using the repository browser.