Created
August 25, 2008 05:13
-
-
Save erichocean/7031 to your computer and use it in GitHub Desktop.
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
<% split_view :main_split, :direction => :horizontal do %> | |
<% scroll_view :folder_source_list_scroller, :can_collapse => false ,:min_thickness => 180 do %> | |
<%= source_list_view :folder_source_list, :view => 'OI.FolderSourceView', :height => 693, :bind => { :content => 'OI.foldersController.arrangedObjects', :selection => 'OI.foldersController.selection' } %> | |
<% end %> | |
<%= split_divider_view :main_split_divider, :width => 5 %> | |
<% split_view :main, :can_collapse => false, :direction => :horizontal, :min_thickness => 180 do %> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment