public
Description: Code samples for the Flex on Rais book.
Homepage: http://flexonrais.com
Clone URL: git://github.com/danielwanja/flexonrails.git
Daniel Wanja (author)
Sun May 03 14:25:16 -0700 2009
commit  ae9aa71829c5ddb364e810d14c504c0315bc29f5
tree    fae5b2bf2809501a277951a0d81583261273d07b
parent  01b6430e41a567e9d28fdce016f959223f7a0fa3
flexonrails / 18_Advanced_Data_Grid_and_Awesome_Nested_Sets
name age message
..
file README Loading commit data...
directory flex/
directory rails/
18_Advanced_Data_Grid_and_Awesome_Nested_Sets/README
This is the code for chapter 18 - Advanced Data Grid and Awesome Nested Sets                                       

Before starting the Rails application perform the database creation and migration then load the following script

  ./script/runner db/load_categories.rb
    
ForActsAsNestedSet.mxml
  This is a bar minimum application that displays the nested set in a tree view component.

ForActsAsNestedSetAdvancedDataGrid.mxml
  This application displays the nested set in a tree view, advanced datagrid, and text area as XML.
  
ForActsAsNestedSetAdvancedDataGridCRUD.mxml
  This is the main application shown in the chapter that allows CRUD and move functionality using the advanced datagrid 
  and the nested set.
  
ForActsAsNestedSetCRUD.mxml
  Similar to the main application but using a tree view.