[mochikit] Conceptual assistance on periodically updating table contents from database

2007-10-05 Thread onmountain
Hi. New to Turbogears and Mochikit (did I just hear everyone clicking the back key? :-) I am teaching myself by doing an in/out sign in board, which I have gotten to the point where I have a table that I can sort, as well as update by clicking on the edit button for the inout_status field. Really

[mochikit] Re: Activity

2007-10-05 Thread Bob Ippolito
On 10/3/07, scipio <[EMAIL PROTECTED]> wrote: > > > > On Aug 18, 11:59 am, Beau Hartshorne <[EMAIL PROTECTED]> wrote: > > On 18-Aug-07, at 8:44 AM, Lee Connell wrote: > > > > > Mochikit hasn't seen any activity in the revision history at least > > > since 06, is mochikit fading? > > > > We're pret

[mochikit] Re: Activity

2007-10-05 Thread scipio
On Aug 18, 11:59 am, Beau Hartshorne <[EMAIL PROTECTED]> wrote: > On 18-Aug-07, at 8:44 AM, Lee Connell wrote: > > > Mochikit hasn't seen any activity in the revision history at least > > since 06, is mochikit fading? > > We're pretty busy with our own projects, and haven't had much time to > ta

[mochikit] Re: examples of filterable tables using mochikit?

2007-10-05 Thread tphyahoo
Extremely helpful. Thanks a lot. On Sep 26, 7:10 pm, Morten Barklund <[EMAIL PROTECTED]> wrote: > tphyahoo wrote: > > I'm trying to leverage mochikit to build an app that allows both > > sorting and filtering of tables. > > > There's a nice example of sorting using mochikit at > > > http://moch

[mochikit] Re: How to get Signal.connect code rendered via .innerHTML replacement to work?

2007-10-05 Thread Bob Ippolito
On 10/4/07, John Lorance <[EMAIL PROTECTED]> wrote: > > The Problem: > I have a button on a page that results in getting HTML back from the > server which contains something like the following (result['content'] > (below) contains the following): > innerHTML doesn't execute script. You could try

[mochikit] Re: How to get Signal.connect code rendered via .innerHTML replacement to work?

2007-10-05 Thread wavydavy
On Oct 5, 7:05 am, John Lorance <[EMAIL PROTECTED]> wrote: > The Problem: > onclick_mybutton= function(e) > { > return myJavaScriptFunction(this.form, target_id, e); > } > > Now, I get everything rendered just fine (so I can see the button > represented by btn_l