diff options
author | Ananya Sen | 2012-02-13 19:55:46 -0800 |
---|---|---|
committer | Ananya Sen | 2012-02-13 19:55:46 -0800 |
commit | 50a40c4e21b9a4d53d6d1fb739d838c0319ab09b (patch) | |
tree | 1aa918165317a4bf08876560c0704a02866a436d /js/components/ui/icon-list-basic/iconsList.reel/iconsList.html | |
parent | a6948e635389768fc316f1fb86df2524b482b47c (diff) | |
download | ninja-50a40c4e21b9a4d53d6d1fb739d838c0319ab09b.tar.gz |
new file dialog - preselect default template
Signed-off-by: Ananya Sen <Ananya.Sen@motorola.com>
Diffstat (limited to 'js/components/ui/icon-list-basic/iconsList.reel/iconsList.html')
-rwxr-xr-x | js/components/ui/icon-list-basic/iconsList.reel/iconsList.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/js/components/ui/icon-list-basic/iconsList.reel/iconsList.html b/js/components/ui/icon-list-basic/iconsList.reel/iconsList.html index 50a1d61d..0bb79873 100755 --- a/js/components/ui/icon-list-basic/iconsList.reel/iconsList.html +++ b/js/components/ui/icon-list-basic/iconsList.reel/iconsList.html | |||
@@ -21,6 +21,11 @@ | |||
21 | "boundObject": {"@": "repetition1"}, | 21 | "boundObject": {"@": "repetition1"}, |
22 | "boundObjectPropertyPath": "objectAtCurrentIteration", | 22 | "boundObjectPropertyPath": "objectAtCurrentIteration", |
23 | "oneway": true | 23 | "oneway": true |
24 | }, | ||
25 | "selectedUri": { | ||
26 | "boundObject": {"@": "owner"}, | ||
27 | "boundObjectPropertyPath": "selected", | ||
28 | "oneway": true | ||
24 | } | 29 | } |
25 | } | 30 | } |
26 | }, | 31 | }, |