Displaying 20 results from an estimated 110 matches similar to: "droppable and pop-up effect from overlib library"
2005 Nov 09
0
dropping element and pop-up from overlib
Hi everyone. I hava situation that i have drag and drop on my site, and I wonder is it possible to connect this to very good pop-up javascript library, i mean: at the moment when I drag element over the dropping area that area is highlited (using hoverclass: Css_class) but i want to add pop-up effect on the droppable area. Does anyone know how to do it?
It must work like this:
When the dragged
2008 Mar 24
4
dovecot dead
Hi,
I am a new linux user.I jz setting up a mail server.Downloaded &
Configured the components:CentOS,OpenLDAP,pam,dovecotMailServer,s
endmial,squireelmail etc....
But wehn i want to check whether it works or not, so i open up my
clientmail, wchi is Netscape 7.2. in Edit > Mail & Newsgroups Account
Setting > server setting... i had put the ip address for the
machine... but error pop
2005 Dec 28
6
Custom tooltip component?
I am looking to develop a custom tool tip component for a list of links.
...Which is kind of not that big a deal.
But, and this seems to be the tricky part, I also want to be able to
set/specify the interval threshold after which to display the tool tip. (and
by nature of "tool tip", don''t display if the mouse moves out during that
interval. etc)
Any suggestions?
Could
2007 Jun 20
3
hover and displaying divs
Please take a look at:
http://www.lovelybooks.de/library/index.html?resetTabs=1&resetList=1
Can someone give me a hint how to display the divs (?) when moving
the mousepointer over the images?
Thanx
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Spinoffs" group.
To post to this
2006 Jun 23
5
Ajax zooming pictures
Hi,
I was wondering if anyone has an idea of the code that I can write to
achieve the follow effect.
http://www.istockphoto.com/file_search.php?action=file&userID=938503
When you move your mouse over an image, it shows a bigger picture.
Thanks
--
Posted via http://www.ruby-forum.com/.
2006 Feb 28
0
Question abour Draggables & Droppables - my code example
hi i think my example is very simple and straightforward so i''m not sure if
it meets your needs (change revert:true to revert:false from a draggable
after I drop it on a droppable so it doesn''t return to its original place.)
i did this
# 2 divs created here
<script language="javascript">
new Draggable(''drag'', {revert: false});
2006 Feb 21
0
Odp: RE: Ajax reqest and http status
Hi Marco.
I now that the way prevent IE caching AJAX call is to link to parameters one parameter which will be complete random.
Bur here is much important question. I using ajax call to connect url which is accesible only if user is logged (i mean there is a user session). Somethimes session expired and url is not accesible and there is redirect to other url i see that server return code 302 but
2015 Jul 01
8
[Bug 91170] New: World of Zoo (in Wine) has rendering issues
https://bugs.freedesktop.org/show_bug.cgi?id=91170
Bug ID: 91170
Summary: World of Zoo (in Wine) has rendering issues
Product: Mesa
Version: git
Hardware: Other
URL: http://store.steampowered.com/app/43100/
OS: All
Status: NEW
Severity: normal
Priority: medium
Component:
2006 Feb 16
4
cancelling droppable if draggable dropped on different droppable
I''m writing a web app in which I have several ''windows'' in which the
user can perform given functionality.
So for example I have one window which manages images on a server (drag
an image into a folder and the file physically moved on the server via
ajax ) These images can also be dragged into another window to create a
slideshow.
My problem
2006 Jun 09
0
Not droppable after first drop in FF
Hi all,
I have a couple of droppables in my page. Each of them
looks like a list and is a <div> containing other
<div> for the lines, each line formed by <span>s for
different fields. Each line is declared draggable
(right after each line, since ithey''re created inside
a loop). I have both of them inside a <div> since I
need to refresh both at the same time and
2006 Jan 05
0
Droppable div with overflow: auto
I have a Droppable div with overflow set to ''auto''. When there are enough items
in the droppable to create a scrollbar, dragging Draggables out of the Droppable
causes firefox (1.0.7) to act crazy with all kinds of flickering and ghosting of
the Droppable div. Is this a known problem? Any work arounds?
--
Michael Peters
Developer
Plus Three, LP
2005 Nov 04
0
Highlight of the droppable zone
Hello everyone. I have interesting problem I want to Highlight the droppable zone, the simplest solution is: give the droppable area a hover class. But there is a problem, in this case the droppable arrea is the png image and I don''t want to cover image by hover class. The best way will be transparent or half transparent hover class, but i don''t know is it possible?
Is it
2005 Oct 03
0
Question about Droppable
Skipped content of type multipart/alternative-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: image/gif
Size: 1027 bytes
Desc: image001.gif
Url : http://wrath.rubyonrails.org/pipermail/rails-spinoffs/attachments/20051003/b23e1821/attachment-0001.gif
2005 Sep 02
0
altering revert effect based on if dropped on given droppable?
Hi All
Does any one know how to specify a different reverteffect on a
draggable if its successfully dropped on a given droppable?
What I need to do is when an image is dragged onto a droppable image I
want the drop image to be replaced with the drag image, the drag image
to fade out and then reappear where it was at the start of the drag, as
opposed to the draggable scrolling across the page
2005 Aug 09
1
Droppable refuse to react
Im having problems with Droppables, and read that there are some
attributes on the element that must be inline. What are those?
I''ve tried to copy some of the code from the shop-demo, and my code
seems to have the exact same attributes and more.
The problem is that the droppable refuse to react whenever I attempt to
drop a draggable on it, the onDrop does''nt seem to trigger.
2008 May 15
0
Droppable with overflowing elements in scrolling DIV
I have a DIV containing a TABLE whose TR elements are Droppable. The
DIV has a fixed height and overflow set to auto. The onDrop callback
works fine when you drop onto the rows that are initially visible, but
if you scroll down and try it with a newly visible row, you get the
right behavior with the wrong row. At least, wrong from my point of
view (-: It''s like "it" (the
2008 Jul 03
0
Droppable focus? problem
Hi!
I have a div called Div1
I have a style #Div1:hover that changes the background color to Div1
(want to see if the hover event is fired)
I make Div1 Droppable with a hoverclass that adds a border (to see the
hover event too)
Then if I put the mouse above the div''s background color changes as
expected (I could deduce that the z-index is not a problem)
If I put a draggable above it,
2010 May 03
0
Scriptaculous, snap draggable to droppable or revert
Hello community,
I am a fairly new RoR programmer and I need some help with Scriptaculous
Drag and Drop:
So I have
<%= draggable_element(@div_id, :revert => "failure", :snap => 5) -%>
and a droppable:
<%= drop_receiving_element(@team_div_id, :with => "''player='' +
(element.id)+ ''&position='' + #{draft_position}"
2007 Aug 07
0
Droppable to create new parent container automatically?
I''m modifying the GragPhoto implementation of nested draggables:
http://www.gregphoto.net/sortable/advanced/
I''m uising it to allow the dragging of draggables from a column into
one of the ''groups'' as shown on teh GregPhoto demo.
It works well.
The catch is that if I have 15 objects I want to drag onto 15 groups,
I first need to create those 15 groups. This
2007 Nov 23
0
Restful droppable delete
I have a list of pages from which I want to delete one. This I want to
do with draggable/droppable(trash can like). Which, strange enough,
does not work.
This does work:
{{{
link_to_remote("delete", :url => project_wiki_page_path(@project,
page), :method => :delete, :title =>project_wiki_page_path(@project,
page))
}}}
But this doesn''t:
{{{
<script