Displaying 9 results from an estimated 9 matches for "a631".
Did you mean:
631
2005 Dec 28
3
Sortable - can we make one or more elements in a list sticky?
...It
only works because I''ve manipulated the display property of the th''s,
but no matter - it does work. If anyone is interested in this stuff on
this list, lemme know too,
Regards,
--
Lindsey Simon
lsimon-kAMMLXQ8Af9Wk0Htik3J/w@public.gmane.org
Key fingerprint = C6A9 B9D9 677E A631 3E7F 43BF 5E2F 77F1 A33C B117
Public Key: http://www.commoner.com/pubkey.asc
2006 May 29
1
Re-orderable column DataGrid + Patches for Sortable.delay and Sortable.ignorePositionXY
...l explaining the situation before
this option: ''Sortables don''t change places when the mouse is not
above the sortable''s container while dragging". Now they can.
--
Lindsey Simon
lsimon-kAMMLXQ8Af9Wk0Htik3J/w@public.gmane.org
Key fingerprint = C6A9 B9D9 677E A631 3E7F 43BF 5E2F 77F1 A33C B117
Public Key: http://www.commoner.com/pubkey.asc
2006 Jan 11
3
DataGrid (Table) using tables/Scriptaculous Sortable
...criptaculous - hold down your mouse for one second on any column other
than Vendor and then drag away ;) The Draggable becomes activated after
1 sec. basically.
Please give me some feedback!
Thanks,
--
Lindsey Simon
lsimon-kAMMLXQ8Af9Wk0Htik3J/w@public.gmane.org
Key fingerprint = C6A9 B9D9 677E A631 3E7F 43BF 5E2F 77F1 A33C B117
Public Key: http://www.commoner.com/pubkey.asc
2006 Jun 16
3
onCreate not getting triggered.
I am trying to get a loader to display during ajax requests, but the
"onCreate" is not getting triggered. The onComplete does.
function loadComponent(section){
values = arguments[1]
pars = $H(values).toQueryString()
pars = "section="+section+"&"+pars
var url = ''/internal/ajax/requests.php'';
var ComponentLoader = new
2024 Sep 29
1
Growing cluster: peering worked, staging failed
Fellow gluster users,
trying to extend a 3 node cluster that is serving me very reliably for
a long time now.
Cluster is serving two volumes:
Volume Name: gv0
Type: Distributed-Replicate
Volume ID: 9bafc4d2-d9b6-4b6d-a631-1cf42d1d2559
Status: Started
Snapshot Count: 0
Number of Bricks: 6 x (2 + 1) = 18
Transport-type: tcp
Volume Name: gv1
Type: Replicate
Volume ID: 69a12600-6720-4e96-a269-931d72d4953e
Status: Started
Snapshot Count: 0
Number of Bricks: 1 x 3 = 3
Transport-type: tcp
adding peer to the cluster with...
2006 May 19
0
Sortable - observing outside of the container
...use. This just creates a strange
usability issue for thin-widthed sortables and it isn''t always possible
to make the containing <ul> have 100% width for design reasons.
Happy friday!
--
Lindsey Simon
lsimon-kAMMLXQ8Af9Wk0Htik3J/w@public.gmane.org
Key fingerprint = C6A9 B9D9 677E A631 3E7F 43BF 5E2F 77F1 A33C B117
Public Key: http://www.commoner.com/pubkey.asc
2006 May 30
0
Droppables.remove and IE - bug?
...d via
Ajax.Updater but whenever you reload one, the sortables break because of
this, but maybe I should be changing all the ID''s every time?
Bug #2409 was this problem originally I believe.
--
Lindsey Simon
lsimon-kAMMLXQ8Af9Wk0Htik3J/w@public.gmane.org
Key fingerprint = C6A9 B9D9 677E A631 3E7F 43BF 5E2F 77F1 A33C B117
Public Key: http://www.commoner.com/pubkey.asc
2006 Jun 13
3
AJAX data grid for Rails?
Has anyone used an AJAX data grid with Rails?
I am rebuilding a copy of the venture source web site as a first ruby/
rails exercise. If anyone has used a javascript data grid with
Rails, I would appreciate sample code, or notes on your experience.
The controller action would presumably communicate with the data grid
component running on the browser by extracting data from a relational
2006 Jun 15
12
Why such bad performance with IE ?
Regarding DragDrop
I am wondering what the deal about Internet Explorer 6 is. My application is
near to final and now while testing browsers all but the IE6 are running as
supposed to. Any other browser is performing smooth movement while IE
compared provides a very bad expirience. I''ve seen some "tuning" infos on
this list but they are either outdated or not actually working