Ignore:
Timestamp:
06/06/12 15:23:21 (13 years ago)
Author:
tjcschipper
Message:
  • Fixed typo in rft/content.js description. No functionality touched, don't worry!;)
  • Some more markup and styling changes to make everything more consistent.
  • Created rft/ui/Breadcrumbs class, first draft of decoupled breadcrumbs system. Still needs a couple of fixes (see comments in file) and requires rft/content to expose "rft/content/goTo" event via connect.publish or topic.publish.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Dev/branches/rest-dojo-ui/client/rft/content.js

    r311 r340  
    1717 * The event onLeave is called before navigating to another page. If false is
    1818 * returned from this function, the navigation will be cancelled. You can use
    19  * this e.g. to ask confirmation of changed values are not saved.
     19 * this e.g. to ask confirmation if changed values are not saved.
    2020 */
    2121define(['dojo/_base/declare','dojo/_base/connect','dojo/_base/xhr','dojo/_base/json',
Note: See TracChangeset for help on using the changeset viewer.