aboutsummaryrefslogtreecommitdiff
path: root/js/io/ui/new-file-dialog/new-file-options-navigator.reel/new-file-options-navigator.js
Commit message (Collapse)AuthorAge
* block filenames and directories with all spaceAnanya Sen2012-04-06
| | | | Signed-off-by: Ananya Sen <Ananya.Sen@motorola.com>
* - using Montage TextField component to handle any edits like keyup, paste, cut.Ananya Sen2012-04-05
| | | | | | - optimized Enter and Esc key handling Signed-off-by: Ananya Sen <Ananya.Sen@motorola.com>
* - disable ok when text box is cleared using backspace and cross, for file ↵Ananya Sen2012-04-04
| | | | | | name and directory location, in New file and save as dialog Signed-off-by: Ananya Sen <Ananya.Sen@motorola.com>
* - using clipboard data directly to avoid using setTimeoutAnanya Sen2012-03-30
| | | | | | - fixed logical error to trigger OK on Enter key pressed Signed-off-by: Ananya Sen <Ananya.Sen@motorola.com>
* KNINJA-1302 : refactored fixed as per requestAnanya Sen2012-03-22
| | | | Signed-off-by: Ananya Sen <Ananya.Sen@motorola.com>
* IKNINJA-1302 : close on ESC even if text field is focussedAnanya Sen2012-03-22
| | | | Signed-off-by: Ananya Sen <Ananya.Sen@motorola.com>
* IKNINJA-1302 : more fixAnanya Sen2012-03-22
| | | | Signed-off-by: Ananya Sen <Ananya.Sen@motorola.com>
* file picker - added size unitAnanya Sen2012-03-22
| | | | | | new file - don't disable OK is file exists Signed-off-by: Ananya Sen <Ananya.Sen@motorola.com>
* IKNINJA-1302 : For File>New and File>SaveAll dialogs, 'ESC' key now ↵Ananya Sen2012-03-22
| | | | | | | | | | | | triggers Cancel button and 'Enter' key now triggers OK button. For File picker, the 'ESC' now triggers the Cancel button. Signed-off-by: Ananya Sen <Ananya.Sen@motorola.com> Conflicts: js/io/ui/new-file-dialog/new-file-workflow-controller.js Signed-off-by: Ananya Sen <Ananya.Sen@motorola.com>
* moving the default folder location to the navigator to fix the ok button issueValerio Virgillito2012-02-22
| | | | Signed-off-by: Valerio Virgillito <valerio@motorola.com>
* remove similar function from coreioapi.jsAnanya Sen2012-02-16
| | | | Signed-off-by: Ananya Sen <Ananya.Sen@motorola.com>
* new file dialog - preselect default templateAnanya Sen2012-02-13
| | | | Signed-off-by: Ananya Sen <Ananya.Sen@motorola.com>
* show iframeContainer if all documents are closedAnanya Sen2012-02-10
| | | | Signed-off-by: Ananya Sen <Ananya.Sen@motorola.com>
* file open and file new integrated againAnanya Sen2012-02-10
| | | | Signed-off-by: Ananya Sen <Ananya.Sen@motorola.com>
* fixed templates descriptor, changed validation to on key up, fixed minor ui ↵Ananya Sen2012-02-09
| | | | | | issues Signed-off-by: Ananya Sen <Ananya.Sen@motorola.com>
* added editor tab save while switching code view tabs,Ananya Sen2012-02-03
| | | | | | integrated new file dialog with io mediator to open the new file in a new tab Signed-off-by: Ananya Sen <Ananya.Sen@motorola.com>
* removed using montage button, since it has changed in Montafe 0.6Ananya Sen2012-02-03
| | | | Signed-off-by: Ananya Sen <Ananya.Sen@motorola.com>
* removed usage of NJUtils.js as it is being deleted.Ananya Sen2012-02-03
| | | | Signed-off-by: Ananya Sen <Ananya.Sen@motorola.com>
* integrated new file dialog with the template descriptor.json and ↵Ananya Sen2012-02-02
| | | | | | document-controller.js Signed-off-by: Ananya Sen <Ananya.Sen@motorola.com>
* uri validation moved to file io apisAnanya Sen2012-02-02
| | | | Signed-off-by: Ananya Sen <Ananya.Sen@motorola.com>
* refactoring some file names and locations,Ananya Sen2012-02-02
change made to maintain only one codemirror div. Signed-off-by: Ananya Sen <Ananya.Sen@motorola.com>