Displaying 2 results from an estimated 2 matches for "softtabs".
Did you mean:
softlab
2006 Feb 13
2
[PATCH] Allow generic autocompleter (Ajax.Watcher)
...it''s for people who wanna be able to watch an input for changes, but
don''t want it to pop up an autocompleter box below. Useful for live
previews, that kind of thing.
Someone''s gonna have to fix the tabstops. I couldn''t be arse to work out
how to make vim do the softtabs properly. Spaces for indentation is
stupid anyway.
-Rob
--- js/controls.js.old 2006-02-13 16:48:19.000000000 +0000
+++ js/controls.js 2006-02-13 14:48:28.000000000 +0000
@@ -336,6 +336,45 @@
});
+Ajax.Watcher = Class.create();
+Ajax.Watcher.prototype = {
+ initialize: function(elem...
2006 Feb 17
29
Sortable Tree Addition [PATCH]
Hello, here is the initial patch for support for sortable trees.
Please as many people download this code and test with your lists and
feel free to add more list tests.
Files modified were dragdrop.js and prototype.js.
Some new options have been added. ''treeTag'' specifies the tag used to
contain children elements. ''tree'' must be set to true for this