Displaying 11 results from an estimated 11 matches for "inplaceedit".
Did you mean:
inplaceeditor
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 h...
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 because you are subscribed to the Google Groups "Ruby on Rails: Spinoffs" group.
To post to this group, send email to rubyonrails-spinoffs...
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...
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
...>
<% end %>
</ol>
....
Generated HTML:
....
<li id="comment-21">
<span class="in_place_editor_field" id="comment_body__in_place_editor"
tag="span"></span><script type="text/javascript">
//<![CDATA[
new Ajax.InPlaceEditor(''comment_body__in_place_editor'',
''/article/set_comment_body'')
//]]>
</script>
....
[comment_body__in_place_editor] should be
[comment_body_21_in_place_editor].
Apparently, the id is not set properly.
More odd thing is that when a comment is added usi...
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 f...
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?
Than...
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/Protot...
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......