similar to: In place editor for a different controller?

Displaying 20 results from an estimated 40000 matches similar to: "In place editor for a different controller?"

2006 May 23
2
In Place Editor Fields and Safari
Hi, Does anyone else have any problems with Safari and in place editor fields? I''m specifically talking about trying to save a null value in a text box. In Firefox/IE/Camino/etc... saving a null value from an in place editor works how it''s supposed to. If the value is null, then ''click to edit'' is displayed. However with Safari when a null value is saved,
2006 Jan 11
0
In place editor help
Hello guys, I have been working a bit with RoR and I like it a lot! I have been playing with AJAX for a while (btw how do you pronounce AJAX? ah-jax? a-jax) and I stumbled with "in place editor" stuff. I got a "remote" form for a Person model working so whenever the user clicks the name of a person, it gets replaced with the "in place editor"! that''s cool
2007 Sep 20
0
Regarding Inp place editor
Hi I reqired a auto save feature in in place editor by using Ruby code or even with scriptaculous. It mean that after entering data in in place editor it has to automatically saved into database with out clicking ok or enter button. When ever we r entering new letter with in 5 seconds of time it has to store in database. I already done this with normal text field but i am unable to put this
2005 Sep 01
1
FW: In-place editor inside a Draggable
I was able to do a cheap workaround By putting this: this.editField.focus(); at the end of the enterEditMode: function() this still does not allow highlighting with the mouse. Also if there are regular forms in a draggable the end user is screwed especially when using firefox. -----Original Message----- From: Stephen Major [mailto:smajor@gmail.com] Sent: Thursday, September 01, 2005 3:28 AM
2006 May 17
0
in place editor value of text box
When using the in place editor, it creates a form with a text field having the name "value". In my in place editor tag, I want to use the value of that text field as one of the parameters passed to my action. I''m trying to use form.value.value but that doesn''t work (it doesn''t recognize form.value.value) <%= in_place_editor
2005 Sep 01
2
In-place editor inside a Draggable
Hello, I have noticed that when an In-place editor is inside a Draggable in IE it is real sketchy, cannot highlight text and plain out cannot edit in Firefox. Respectfully, Stephen
2006 Jan 27
0
In place editor with Textile
Hi! In my application I have several in-place editable fields that are formatted using textile. Following script.aculo.us documentation I created all of them by hand. I wonder if someone have created a helper that would simplify creating those? -- ?ukasz Piestrzeniewicz -------------- next part -------------- An HTML attachment was scrubbed... URL:
2005 Aug 19
1
In place editor, load in text
I''ve been testing the in-place-editor on a few things and it works well. One use-case I''ve just come across though is the need to load in the text from somewhere other than the source of the page. For example, I have a block of text which is marked up in texttile/markdown/whatever. Editing that block should bring up the unformatted markup, not the HTML it''s turned
2006 May 02
0
Getting value from drop down for in place editor
I have a drop down of countries. When a person selects a country, a second drop down of cities that are located in that country is populated. Beside the city drop down, I have the word "New" which when the user clicks on, turns into an edit box where they can type in a new city for that country. When the save button is pressed, it makes a backend call to my action. Since in the
2005 Dec 20
0
non-ajax in-place editor?
Just wondering if anyone has something similar to the ajax.in-place editor that doesnt post back via ajax, instead only sets a hidden form field or something instead? Regards, Michael ------------------------------------------ Michael Roper - Web Developer WORLDWIDE ONLINE PRINTING AUST/NZ [T 08 9350 2300] [F 08 9451 6048] [E michael.roper-QvusXRzN0vkJY7gZg3T8ig@public.gmane.org] [W
2007 Jan 11
2
In-place editor for a whole form?
I want to implement in-place editing for a hierarchical structure where the nodes are not simple text fields, but need to be represented by at least two input elements. The Rails helpers only support in-place editing for a text field, scriptaculous''s controls.js beyond that implements support for an in-place editor containing a select element. I need an editor where I essentially
2005 Aug 09
0
Update: In-place textarea patch/diff for controls.js
Ok, as per Thomas'' request - TEXTAREA in-place editor support now includes a unit test. (Nice framework btw) Updated svn diff attached. -San --- "sanzbox@yahoo.com" <sanzbox@yahoo.com> wrote: > From sanzbox@yahoo.com Tue Aug 9 00:39:19 2005 > Date: Tue, 9 Aug 2005 00:39:19 -0700 (PDT) > From: "sanzbox@yahoo.com" <sanzbox@yahoo.com> > To:
2006 Jan 13
0
Controller part of in-place editing
I''m doing some incremental improvements on scaffolding, and want to add in-place editing to an admin section. I think I may have the view part working right (at least, the editor pops up as expected) with this in my view: ### <% for link in @links %> <tr> <td> <div id="<%= ''url'' + link.id.to_s -%>"><%= link.url
2006 Jan 24
0
In Place Editor help
Can anyone suggest a way to tell the InPlaceEditor not to break my text up into multiple lines with new lines in them? It''s breaking the text up around 72 columns, but I don''t see a way from the documentation to prevent this. Thanks, Jamie
2005 Aug 21
0
[PATCH] in-place-editor, AJAX loading
I sent this on Friday but somehow managed to email it to the wrong email address! ---- Attached is a patch to add external (AJAX) loading of content to the InPlaceEditor. 2 extra options have been added: loadUrl: a URL to load the content from. If this is present, it will be used instead of the innerHTML. fieldId: I had to add this so we know what the text field is when we''ve
2006 Feb 01
1
SR&ED Calculator (features in-place-editor and RJS templates)
Figured you guys might be interested in taking a peek at a project I have been working on for a client. TechIncentives is an SR&ED (government tax credit for Research & Development companies) organization specializing in assisting your organization receiving Canadian grants for your R&D work. I have since converted his Excel spreadsheet that had multiple tabs and some formulas
2006 Mar 10
3
In Place Editor and Empty Fields
So, the InPlaceEditor with AJAX is all nice and dandy, works great. What about fields that don''t have any content? As far as I can tell, this doesn''t work so well - there''s nothing to click on so no edit form pops up... Am I missing something? HH
2006 Jul 11
0
Inplace editor oddity
I''m having issues handling output of a inplace editor function. When the controller action is successful, it returns the new value that populates the DIV and all is well. When it fails, it sends a js alert to the user. The problem is, after it sends the alert (and the user clicks OK) it then spits back the try/catch javascript code which gets inserted into the DIV. I''ve tried
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
2006 May 26
5
MySQL Editor
Got an easy question. What is the GUI editor used in the tutorial videos to edit the mysql database? -- -- Jason K _ = -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060526/e75e6029/attachment.html