-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
changed the app.events.unsubscribe to unsubscribe the correct item, this appears to have been left as drawerCreated after the change to subscribing to sessionStorageReady added back the modifications for the 2 pass adding of Criteria, this seems to have been missed in the last ones put up by @john_doyle Forced the previous sorting to sort via "DisplayName" as mentioned by @Brian_Winter Added new "@SingleLineEntry" option, placed before any text entry control, this will stop the control accepting Enter/CR into the field, resulting in a single line entry. (good to force on things like names or other items that should not have multiple lines) added new "AddInformation" entry, which results in either an icon or data added to the right of the next field (detailed below) The @AddInformation control can accept 1 of 2 attributes, if you wish to show an icon, and when the mouse if hovering over the icon the information entered is added to the page to do this you need to pass the data to add to the page via an arg called "icon" eg @AddInformation {"icon":"<p>Text or formatting here<br>even multiple lines</p>"} if you do not wish the icon, but want the information added to the page always, then pass it as a arg called "info" eg @AddInformation {"info":"<p>Text or formatting here<br>even multiple lines</p>"
- Loading branch information
1 parent
e53674e
commit ded94cd
Showing
2 changed files
with
116 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters