Displaying 4 results from an estimated 4 matches for "billjive".
Did you mean:
billie
2005 Oct 27
4
Nest sortables?
Hello All,
I''m wondering if it''s possible to nest sortables:
<ul id="first">
<li>One</li>
<li>Two</li>
<li>
<ul id="second">
<li>Three</li>
</ul>
</li>
<li>Four</li>
</ul>
<script>
... create sortables out of
2005 Oct 27
5
Save output of Ajax.InPlaceEditor to a variable?
All,
The Ajax.InPlaceEditor control is nice but I''d like the ability to
read the changed value. Basically, I''m creating a form with editable
elements but it''s only when I do the submit that the form elements are
submitted. I''d still like to allow in-place editing but what I''d like
to do is get the new value and throw that in a hidden form variable
Is
2005 Oct 27
0
restricting movement in sortable list
Hello,
I''d like to know if this is possible. Say you have a sortable list like so:
<ul id="mysort">
<li>one</li>
<li>two</li>
<li>three -- A</li>
<li>four</li>
<li>five -- B</li>
</ul>
Is there any way to restrict the movement of "three -- A" and "five --
B" such that
2005 Aug 10
1
overflow and drag&drop?
All,
I''m creating a palette type UI where the user sees a div on the right
of the screen with various items they can drag to the center area. So
far, I''m using the drag & drop calls and this works perfectly. I''ve
run into a problem now because I gave the div an overflow setting and
fixed height so if the palette list gets long it won''t stretch out the
page: