Displaying 16 results from an estimated 16 matches for "scriptis".
Did you mean:
script's
2008 Jan 14
13
prototype/script.aculo.us ecosystem
Recently errtheblog (http://errtheblog.com/) put up a nice post about
jQuery. Putting aside all the assertions about cleaner code and fewer
lines of code than with Prototype, the one thing that struck me from
his (and others'') writing and from direct inspection is this: jQuery
seems to have a more of an ecosystem surrounding it. That is, more
plugins, widgets, locked-and-loaded
2007 Jun 09
23
hoverclass on droppable zone
Hi guys,
I''m trying to make a drag''n''drop portal using sortable element. I
would like to apply the "hoverclass" option only on the droppable zone
instead of the column border.
Any idea a about the solution?
Thanks for any help,
Sabri
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
2008 Apr 03
1
Changing the prototype.js from 1.5.0 to 1.6.0.2 causes error in javascript code.
Hi,
I am a new member of this group.
We are using autocomplete box from "script.aculo.us". It uses the
prototype.js file.
We are creating the auto completer dynamically in a table. Our code
was working on FireFox(FF) but was giving error on
InternetExplorer(IE). So we upgraded the prototype.js file today from
version 1.5.0 to 1.6.0.2.
Only this particular change was done.
When we
2007 Jun 22
2
Waiting For Completion
I am writing an application that will display a series of images.
When a link is clicked the images will fade away, and new images will
fade in.
I am starting by trying to simply fade the images out then back in
through a function:
function ChangeImage() {
Effect.BlindDown(''MyElement'',{duration:0.5});
Effect.BlindUp(''MyElement'',{duration:0.5});
}
This
2010 Aug 18
8
Patch fixing vlan handling when network-bridge script is used
We had problem using tagged vlans inside domU. Testing shows that this is caused by changing network interfaces in network-bridge script. Following patch should allow to use vlans in guest.
Testing scenario:
configure vlan network (e.g. vlan 1 on eth0 => eth0.1)
start xend
create domU and configure same vlan inside it
You can see that vlan is still <interface>.<vlan_id>. You can
2007 Apr 20
15
Need help with something.
Hello, I need a way to send some script in a div or a form field to
the server,
have the server read it, then return the updated script to the div or
form field.
I can do the div and form field and such, I just need someone to
explain to me how to do this. Can this be done? Thank you very much.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are
2007 May 01
0
Small Scriptaculous Sortables Jitter
Hey all
I have a project that i''m working on where I''m making extensive use of
sortables.
I''ve noticed that when my sortable item height is approximately less than 30
pixels, when I try to reorder the sortable it jitters between 2 positions
and causes a nasty effect.
I expect it''s to do with the tolerance percentages and pixels- when you
start to get that
2007 Jul 20
0
How serialize after hiding a sortable element
Hi,
I successfully build sortable environment with back-end "update" into
a mysql database to store positions.
Now I try to close a sortable element and try to update the sortable
elements position of the container.
What is the best way to achieve that ?
An effect.xxxx from scripty to hide the sortable element work fine but
I can''t get the list/position of the remaining
2007 Jul 26
1
Prototype 1.5.1.1. bug, "too much recursion" line 1294
FYI, just tried to upgrade my prototype from 1.5.something to 1.5.1.1
and when I did an ajax based form submission, I my browser pegged the
CPU. FireBug tells me there is too much recursion online 1294:
if (!element || !element.tagName || element.nodeType == 3 ||
I don''t have enough time to submit a proper bug report but wanted to
let people know.
2005 Feb 22
2
SpanDSP - Still can't send
I have googled until blie in the face, WiKi'd until physically exhausted
and searched through every Asterisk repository that I can find, all to
no avail...
No matter which version of SpanDSP I use, with which version of libtiff,
Asterisk, ... I simply cannot send faxes.
I can receive faxes *perfectly* (sending from standard fax macine on
POTS) into tiff file (via Digium analogue card),
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'', {
2009 Oct 21
5
Asterisk and Nuance Vocalizer TTS Engine
Hi,
How can I integrate Asterisk to Nuance TTS engine instead of Cepstral?
Has anybody done this? How is the architecture and can Java AGI be used to
communicate between them?
regards,
Vela Sivasankaran
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20091021/56254a0e/attachment.htm
2007 Mar 08
7
ZKoss
Hi All,
Has anyone here used zkoss.org?
What do you think of it in comparison to scriptaculous?
--
Leonard Burton, N9URK
http://www.jiffyslides.com
service-CbOvBfcOUrWrJCssh9Shfg@public.gmane.org
leonardburton-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org
"The prolonged evacuation would have dramatically affected the
survivability of the occupants."
2012 Dec 08
9
link_to popup
Hello All,
I have a link. Which I want to open as a new window :-
<%= link_to "Google", "https://www.google.com", :popup =>
[''new_window_name'',''toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes'']
%>
But it is opening in the same page....
Any suggestions how to do it ??
Even hover will be
2009 Jul 07
0
[PATCH server] Update app to work with rails 2.3.2
Note that this does not fix gettext for app,
that will be done separately in another patch
as F10/F11 require different setups for that.
In the meantime gettext works if manually changed
in environment.rb to gettext_rails instead of
gettext/rails
Signed-off-by: Jason Guiditta <jason.guiditt at gmail.com>
---
src/app/controllers/application.rb | 200 --------
2009 Jul 20
9
Upgrade server to run on Rails 2.3.2/F11
Note that one of the 8 patches (#6) will be sent separately in reply
to this email, as some of the replaced lines are too long, so git
won't let me send the email. However, there is nothing wrong with
that patch, and it should be applied in the sequence listed below.
Note also that I assume this will be tested on a clean f11 install, rather
than an upgrade of an existing ovirt server