search for: page_opt

Displaying 3 results from an estimated 3 matches for "page_opt".

Did you mean: page_out
2006 Feb 27
0
Simple Namespace Question
...edge, so it''s sitting in /vendor. The actual pagination_helper.rb file is appropriately sitting in: /vendor/rails/actionpack/lib/action_view/helpers ======================== module ActionView module Helpers module PaginationHelper def pagination_links_remote(paginator, page_options={}, ajax_options={}, html_options={}) name = page_options[:name] || DEFAULT_OPTIONS[:name] params = (page_options[:params] || DEFAULT_OPTIONS[:params]).clone pagination_links_each(paginator, page_options) do |n| params[name] = n ajax_options...
2006 Aug 01
3
paginate, search, sort with ajax problem
hello I hope somebody can help me figure this out. found this great tutorial at http://dev.nozav.org/rails_ajax_table.html. got it working except for one thing. I can''t seem to make the pagination work. The link_to_remote defined in the helper is pointing to the wrong url. I have set up things like so: defined a search method in de project_controller located in apps/admin/project.
2006 Jul 17
2
DB Admin Console
...st via drag/drop sorting * Supports "activated" via an activated/deactivated button * Supports basic CRUD operations * /admin_panel/model/edit will create a new instance of the model * /admin_panel/model/edit/id will bring up an edit form * the panel is customizable: * by def page_options; { option_hash }; end * by def list_options; { option_hash }; end * /admin_pane/model will provide a two-panel categorized list if :has_many or :belongs_to options are set as a list_option * Clicking a category (on the left list) will bring up items (from the right list) in...