Created
March 15, 2011 20:21
-
-
Save MikailCliftov/871379 to your computer and use it in GitHub Desktop.
sc_static
This file contains hidden or 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
mainView : SC.TabView.design({ | |
layout : { | |
top : 36, | |
left : 40, | |
right : 40, | |
bottom : 40 | |
}, | |
nowShowing : 'stepsView', | |
itemTitleKey : 'title', | |
itemValueKey : 'value', | |
itemIconKey : 'icon', | |
items : [ { | |
title : 'Steps', | |
value : 'stepsView', | |
icon : 'sc-icon-folder-16' | |
}, { | |
title : 'Checks', | |
value : 'checksView', | |
icon : sc_static('images/tick_16') | |
}, { | |
title : 'Users', | |
value : 'usersView', | |
icon : 'sc-icon-group-16' | |
}, { | |
title : 'Privileges', | |
value : 'Rapid.privileges.mainView', | |
icon : sc_static('flag_16') | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment