Ignore:
Timestamp:
08/06/12 18:41:53 (13 years ago)
Author:
hendrikvanantwerpen
Message:
  • Removed some id's from elements in templates, these give problems when a widget or page is loaded more then once (use data-*-attach-point to access the nodes).
  • Removed some unnecessary attach-* attributes from templates.
  • Fixed some event handling.
File:
1 edited

Legend:

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

    r288 r390  
    11<div class="dijitDialog" role="dialog" aria-labelledby="${id}_title">
    22    <div data-dojo-attach-point="titleBar" class="dijitDialogTitleBar">
    3         <span data-dojo-attach-point="titleNode" class="dijitDialogTitle" id="${id}_title"></span>
     3        <span data-dojo-attach-point="titleNode" class="dijitDialogTitle"></span>
    44        <span data-dojo-attach-point="closeButtonNode" class="dijitDialogCloseIcon" data-dojo-attach-event="ondijitclick: onCancel" title="${buttonCancel}" role="button" tabIndex="-1">
    55            <span data-dojo-attach-point="closeText" class="closeText" title="${buttonCancel}">x</span>
Note: See TracChangeset for help on using the changeset viewer.