Displaying 20 results from an estimated 400 matches similar to: "[PATCH] Allow Ajax.InPlaceCollectionEditor to load collection externally"
2006 Apr 21
1
how-to pass other values to InPlaceCollectionEditor?
Hi,
I am trying to pass others paramenter to the function
InPlaceCollectionEditor, but I think that is not possible
I have modified some rows controls.js to line 782 from:
#######################
this.editField = this.cached_selectTag;
if(this.options.loadTextURL) this.loadExternalText();
this.form.appendChild(this.editField);
this.options.callback = function(form, value) {
2005 Oct 05
5
InPlaceEditor crash on Safari
Quick question..
I often crash my Safari when using ''Enter'' on InPlaceEditor''s for
submitting.
Works fine on firefox(win & Mac) - no javascript errors.
Anyone else seen this behavior?
(Maybe it is just my alterings of InPlaceEditor :-)
Best Regards
Michael Krog
2005 Oct 25
24
InPlaceEditor scrolls to top in Firefox?
When I click an InPlaceEditor field in Firefox 1.0.7, the page scrolls
up to the top. That''s disconcerting, and often ends up with the
editable field out of the viewable pane. I can duplicate this on both
Mac and PC. Is there a way to prevent this? Even the demo at
http://wiki.script.aculo.us/scriptaculous/show/Ajax.InPlaceEditor does
this.
Jay Levitt
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
2006 Mar 07
0
Ajax.InPlaceCollectionEditor problems
Hi all,
I''m trying out the new Ajax.InPlaceCollectionEditor in script.aculo.us
1.5.3. I''m able to display the select box properly. However, I''m stumped
on how to send my hidden field as well as the value being edited to my
form. Can anybody also explain how I can use $F or $S to read my hidden
form fields into javascript?
Thanks much,
Vamsee.
--
Posted via
2006 Mar 31
0
info about default value of InPlaceCollectionEditor
I have the follow code:
-------------------------------------
<script type="text/javascript">
function setupCategoryEditor(el, url, id_pagam) {
var Element = document.getElementById(el);
var editor= new Ajax.InPlaceCollectionEditor(el, url,
{
callback: function(form, value) { return
2008 Jan 21
4
Can't change paramName with InPlaceCollectionEditor
Hi all,
I use prototype v1.5 and script.aculo.us controls v1.7.0
I did this simple code :
---------------------------------------------------------------------------------------------------
new Ajax.Request("myPageSel.asp", {
method: "get",
parameters: {r:$el.id},
onSuccess: function(xhr) {
new Ajax.InPlaceCollectionEditor($el.id, ''myPageMaj.asp'', {
2006 Apr 04
0
Ajax inPlaceCollectionEditor
How to I get the value passed back to me into a script? And why does
evalscripts not work with this function?
Deco
2006 Jun 12
2
in_place_editor consumes html tags?
I''ve got a bog-standard view which displays textilized data. In the same
view, I have an in_place_editor which uses load_text_url to bring in
non-textilized data when editing.
Now, if I have html tags in the data loaded from load_text_url, they
appear to go missing. I can see the tags in the output from my
controller method using the console, but the tags are not shown in the
2007 Jul 10
9
Other parameters on InPlaceEditor
Hi to all,
I have a doubt on like passing other URL parameters to InPlaceEditor
function.
For Ajax.Updater I can use "parameters:", but for InPlaceEditor (or
InPlaceCollectionEditor) I cannot use "parameters". How I make to pass
other parameters to the page that callback?
A sample code:
----------------------------------
var editor= new Ajax.InPlaceCollectionEditor(el, url,
2007 Jul 19
3
InPlace[Collection]Editor rewrite: it's in trunk!
Hi all,
For those of you who don''t follow Thomas Fuch''s blog, know that a
complete rewrite of InPlaceEditor / InPlaceCollectionEditor just made it
into the trunk.
You''ll find all the juicy details on Thomas'' post:
http://mir.aculo.us/2007/7/17/in-place-editing-the-summer-2007-rewrite
Do note that this is my rewrite, so if you find bugs etc., don''t
2008 Jun 19
2
Non editable file_field
Hi,
I need to upload files in my application
I am using following code
<tr>
<td width="125">Upload Document:</td><td width="400"><%=
form.file_field("filename") %></td>
</tr>
But I want that the file field that gets displayed in my browser should
not be editable.
i.e user should be able to select the file through the
2006 Sep 25
3
In place editing an empty field
I am trying to use the Scriptaculous InPlaceEditor and in some cases the
field will be empty. That is, the field currently has no value but the
user wants to enter a value.
The InPlaceEditor appears to not work in this case. Other identical
fields (except wit different ids and some value) do work.
I have tried using a nonbreaking space ( ), and this does cause the
editor to appear,
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
2011 Jan 07
2
Idea to possibly improve flac?
On Fri, Jan 7, 2011 at 3:56 PM, David Richards <rawdod at gmail.com> wrote:
> Its really sad to hear thats happening but even more sad is the fact
> that flac is becoming a very common format for music on the interweb
> whilst at the same time the development has ceased. I've found some
> severe issues with OggFLAC that essentially make it a useless format
> for streaming,
2013 Sep 22
3
Booting legacy Linux kernel in EFI mode
Hello,
My question is quite straightforward, still I couldn't find an anwser
on the interweb.
Is it possible to boot the Linux kernels I used to boot in legacy
mode, but now in EFI mode?
I mean, I would like to keep all my PXE settings with my menus and
kernels and stuff, but now boot them in PXE-EFI mode.
I've been able to boot on syslinux.efi and keep my config files, but
when I try
2011 Jan 07
6
Idea to possibly improve flac?
Hi folks!
Due to the fact that more and more users increasingly use MP3 < 320kbps as their source for encoding music, and publish it as flac files, I suggest that something is done in the flac encoder to possible avoid this.
My idea is kinda easy/stupid, but might work;
Implement a function that use a FFT to check if the input has frequencies > 16kHz, and informs the user that the file
2005 Feb 11
4
Weird Echo Problem
Ok I know I'm not the only one having echo problem with asterisk but the
weird thing is that when I receive a call from a PSTN line on my TDM04B
card I don't have any echo problem at the beginning of the call then
after a few minutes I start having echo on my side only (the person
calling from a regular phone doesn't have any echo), then it stop and
come back all the way until the
2008 Aug 26
2
Steam crash when installing/launching any game.
hey guys, I posted a thread over at the ubuntu forums as well.
heres the link.
http://ubuntuforums.org/showthread.php?t=900688
Hey guys, I am having a problem running steam on wine.
I am running the latest wine from the respos. and i am on hardy. 86 x64. I have a nvidia geforce 9600gt with the latest drivers installed.
When i try to install steam it loads fine with no errors at all. I can
2013 Sep 07
1
yum problem
Hi, all.
I'm experiencing a problem with Yum. When I call 'sudo yum update' it
tells me that it can't find any mirrors & after doing a 'sudo yum clean
all' it just informs me it can't find any base repo & quits.
This is on a brand new installation of CentOS 6.2 x86_64. I suffered the
same problem with Fedora 19 too.
I have several Ubuntu & Mac OS X