On 5/25/06, drbigfresh <[EMAIL PROTECTED]> wrote: > I thought there was some way to pass it to the library via the html > page.... So, I guess I would like to maintain the same functionality, > but be able to specify the data source somewhere on the html page... Is > that possible?
Actually ajax_tables.js is just an example, it's not a part of the MochiKit library itself. If you would like to use the sortable table, you could possibly change the "initialize" method a bit, removing the call to loadFromURL and calling it from the same place you call initialize with whatever url you need. If you're looking for a js-library with ready-to-use UI elements, such as tables, maybe Mochikit is not the best fit. I seem to remember such a library that was built on top of Mochikit, but not it's name. If anyone remembers I'd be interested? That would be ideal if you want to stick to Mochikit, since other UI libraries would tend to have significant overlap with Mochikit. Arnar --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "MochiKit" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/mochikit -~----------~----~----~----~------~----~------~--~---
