Ignore:
Timestamp:
06/14/12 18:34:52 (13 years ago)
Author:
tjcschipper
Message:
  • Fixed callbacks/actions in LineWithActionsWidgetThijs?.js. Previously an onClick event would not fire the correct callback. They were also incorrectly bound to the context of the widget, so the this keyword referred to the properties object instead of the LineWithActions?.
  • Changed a bunch of stuff in CSS files, general layout.
  • Added another mockup page to show the Session selection page.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Dev/branches/rest-dojo-ui/client/rft/ui/templates/List.html

    r316 r342  
    11<div>
    22    <div data-dojo-attach-point="containerNode"></div>
    3     <div>
    4         <span>Move selected</span>
    5         <button data-dojo-type="dijit.form.Button">Up</button>
    6         <button data-dojo-type="dijit.form.Button">Down</button>
     3    <div style="float: right;">
     4        <span>Move selected: </span>
     5        <button data-dojo-type="dijit.form.Button" data-dojo-props="baseClass: 'rftBlockButton', iconClass:'rftIcon rftIconFullArrowUp'" class="trans"></button>
     6        <button data-dojo-type="dijit.form.Button" data-dojo-props="baseClass: 'rftBlockButton', iconClass:'rftIcon rftIconFullArrowDown'" class="trans"></button>
    77    </div>
    88</div>
Note: See TracChangeset for help on using the changeset viewer.