search for: inplaceediting

Displaying 11 results from an estimated 11 matches for "inplaceediting".

2006 Aug 06
1
Where is ActionController::InPlaceEditing?
I can''t find this doc anywhere, but the JavaScriptMacrosHelper doc mentions it. Jose -- Posted via http://www.ruby-forum.com/.
2006 Apr 23
1
rake db:migrate error: uninitialized constant mysql
Hello, When I run: rake db:migrate , I get the "uninitialized constant mysql" error. I issue the command inside the root of the application InPlaceEditing, a recipe from Chad Fowler''s Rails Recipes. The InPlaceEditing application is inside the directory: c:\instantrails\rails_apps\InPlaceEditing I can run the InstantRails Cookbook tutorial, no problem, so MySql itself is not the problem. Help will be appreciated! -- Posted via http...
2007 Aug 21
2
in place editor with scriptaculous
I have an issue with line break handling. When I display contents of a textarea, I use nl2br to show linebreaks that the user has made. The problem comes the second time they make an edit, since the <br> code still appears in the inPlaceEdit box... which will no doubt confuse my users... Any way around this? --~--~---------~--~----~------------~-------~--~----~ You received this message
2007 Dec 11
2
in_place_edit_for into which plugin?
The docs state that in_place_edit_for has been moved into a plugin for Rails 2.0: Module ActionController::Macros::InPlaceEditing::ClassMethods "DEPRECATION WARNING: This method will become a separate plugin when Rails 2.0 ships." and the error messages seem to bear this out: "undefined method `in_place_edit_for'' for FaqQuestionController:Class" Anyone know which plugin these have been moved to...
2006 Apr 23
2
Rails Recipes
Rails Recipes ... has got some very appetizing recipes. However, I have a hard time starting. For example, the very first recipe, InPlaceEditing, how and where do I run this code to create the table? Thanks! class AddContactsTable < ActiveRecord::Migration def self.up create_table :contacts do |t| t.column :name, :string t.column :email, :string t.column :phone, :string t.column :address_line1, :string...
2005 Nov 14
0
in_place_editor_field inside a partial collection
...dded using AJAX, above code is working again. I also tried to include :id as follows: <%= in_place_editor_field :comment, :body, { :id => comment.id } %> But in this case, [comment_body__in_place_editor] only becomes [21], but not [comment_body_21_in_place_editor] Here are the docs for InPlaceEditing: http://rails.rubyonrails.com/classes/ActionController/Macros/InPlaceEditing/ClassMethods.html http://rails.rubyonrails.com/classes/ActionView/Helpers/JavaScriptMacrosHelper.html#M000367 What am I missing here? --Joon
2005 Oct 07
2
InPlaceEditor
Hi all, I was wondering if I could get some help with using Ajax.InPlaceEditor. I want to use loadTextURL to get the text, as it says on the bottom of the documents ''How to edit server side formatted text (formatted with eg. textile)''. My question is how do I know which inplaceedit I''ve clicked? So that I know which id I need to get the text from in the mysql
2006 Apr 24
3
Rails Recipes Book: Routing Error
Hi, I''m working on the first rails recipe, InPlaceEditing, and following the instructions very carefully. After generating the scaffold for Contact, I then go to the page, thus: http://localhost:3000/contacts/ I get this error: Routing Error Recognition failed for "/contacts/" What should I be checking for to resolve this problem? Thanks....
2007 May 04
0
Mixing InPlaceEditor with AutoComplete
Hi I''d like to be able to open a field for update , with InPlaceEditing Features ... On the displayed TextField i want to plug : 1) AutoCompleter 2) (if possible) ModelAutoCompleter Someone already did that? I ''m going to begin to extend the InPlaceEditor (InPlaceEditorWithAutoCompleter) ... then i''ll see for ModelAutoCompleter Laurent --~--~-----...
2005 Aug 05
11
script.aculo.us Wiki update
...AQ: http://wiki.script.aculo.us/scriptaculous/show/FAQ Wishlist (moved from Rails wiki): http://wiki.script.aculo.us/ scriptaculous/show/TheWishlist And the beginnings of the documentation for all the nice new things coming in script.aculo.us 1.5: http://wiki.script.aculo.us/scriptaculous/show/InPlaceEditing http://wiki.script.aculo.us/scriptaculous/show/UnitTesting http://wiki.script.aculo.us/scriptaculous/show/GhostlySortableDemo Documentation for the Prototype JavaScript framework should also be added to it, and there is a skeleton page at http://wiki.script.aculo.us/scriptaculous/show/Prototype...
2005 Oct 01
8
Ajax.InPlaceEditor on Safari & Firefox
Hi, I''ve downloaded the latest svn trunk and was glad to see that Ajax.InPlaceEditor forms can now be correctly submitted on Safari as well, with the server response being correctly displayed as well. The problem is, however, that clicking again on the same element (after sumbitting it first) will duplicate the submit form. The next attempt will triplicate it etc, etc... Could