[Proto-Scripty] Introducing AutoTable, new Table/Grid widget

2010-08-11 Thread Blaine
Anybody out there interested in a PrototypeJS Table/Grid widget? http://admc.com/autotable More powerful and higher quality than TableKit, MyTableGrid, Live Grid... as well as the non-Prototype ones that I've seen. I've just now published the web site. Several site pages are not written yet, bu

[Proto-Scripty] Re: Introducing AutoTable, new Table/Grid widget

2010-08-11 Thread Blaine
Thanks T.J. I've used Scripteka before... that's where I've found most of the Prototype widgets that I use, but I didn't think it was updated, due to half of the site functions being broken (apprently due to the Trac library being broken). But I stand corrected because I see some library listings

[Proto-Scripty] Re: Introducing AutoTable, new Table/Grid widget

2010-08-13 Thread Blaine
Thanks very much for taking the time to investigate and for your insightful suggestions. I am totally swamped working on other features now, but am adding your items to the todo list. These items will appear in doc/todo.txt of the distribution. On Aug 12, 9:37 am, Eric wrote: > Hi Bla

[Proto-Scripty] Re: Introducing AutoTable, new Table/Grid widget

2010-08-15 Thread Blaine
le to programmatically trigger an "open" of a HTML select element. FYI, complete API references now available on the site for JavaScript, CSS class names, and Java for app server integration. On Aug 12, 9:37 am, Eric wrote: > Hi Blaine, > > And thanks for sharing this. > &g

[Proto-Scripty] Re: Introducing AutoTable, new Table/Grid widget

2010-08-18 Thread Blaine
st levels in action. I'm not sure how intuitive the lines are. I know exactly what they mean, but I don't know if the average viewer will recognize the meaning. On Aug 18, 7:19 am, Eric wrote: > Hi > > On Aug 15, 5:12 pm, Blaine wrote:> The way you > suggest how t

[Proto-Scripty] Re: Introducing AutoTable, new Table/Grid widget

2010-08-19 Thread Blaine
Took a hell of a lot of work, but the dropdown lists can now be worked by keyboard, and you can cycle through all editable cells with the tab key. On Aug 18, 7:19 am, Eric wrote: > Hi > > ... > > significant limitation that the cycle ends when it opens a dropdown- > > list-editor.  This is becaus

[Proto-Scripty] AutoTable w/ filtering released

2010-09-03 Thread Blaine
I've just published release 1.0b1 of AutoTable. The latest feature addition is table row filtering. As always, many examples available on the web site: http://admc.com/autotable Filtering capabilities: Either browser or server may filter the data rows. Any combination of filter applic

[Proto-Scripty] Prototype with SVG docs

2010-09-09 Thread Blaine
Could somebody advise as to the effort level and any tips for me to add better support for Prototype working with SVG docs? The two things I miss the most (so far), are the complete lack of observe/Event.Handlers capability (perhaps due to XML namespace difference, since the SVG Events are still w

[Proto-Scripty] Re: element is null suggestion

2010-09-09 Thread Blaine
I think the way it is is intuitive to JavaScript developers who know Document.getElementById(). If the element may return null, then check for null dammit ;-) ... just as if you were coding directly with w3c API. WRT console logging, there are tons of places where console logging would be useful

[Proto-Scripty] invoke attachment handling

2010-09-10 Thread Blaine
When one assigns to window.location, the web browser automatically invokes attachment-handling according to the contentType if the response's Content-Disposition is set to "attachment". The same thing happens if the request is elicited by a traditional form submittal or triggering an href linked t

[Proto-Scripty] Re: form input not working

2010-09-10 Thread Blaine
When you say "input does not work", do you mean that when you type keys, the input does not appear in the field? What kind of browser? How about copy and pasting from your browser's "view source" (or similar) so we don't have to guess whether there is a problem with your server framework ("post[m

[Proto-Scripty] Re: element is null suggestion

2010-09-10 Thread Blaine
Brian: I missed the point that it was changing your supplied reference, as opposed to just returning null. I agree: that's nasty. On Sep 9, 6:03 pm, "Brian Marquis" wrote: > Blaine, > > It's not my code... > > I'm trying to debug other people's work

[Proto-Scripty] Re: invoke attachment handling

2010-09-10 Thread Blaine
nals.) I am not aware of any   > middle way which avoids that requirement. > > Walter > > On Sep 10, 2010, at 2:19 PM, Blaine wrote: > > > When one assigns to window.location, the web browser automatically > > invokes attachment-handling according to the contentType if th