[Zope] Re: Re: [Zope] detail record editing

2000-06-07 Thread a . wacknitz
> On Mon, 5 Jun 2000, Robert Del Huerto wrote: > > > database. I'm stuck after that. The form only has one 'action' so how > > would I get it to handle the right function depending on the button that > > was pushed? I'm no HTML expert but I've looked around quite a bit for > > It can be done

Re: [Zope] detail record editing

2000-06-06 Thread Jim Sanford
ECTED]> Sent: Tuesday, June 06, 2000 2:42 PM Subject: Re: [Zope] detail record editing Robert Del Huerto wrote: > +---+---+-++ > | |Doe|Jane |$100.00 | > +---+---+-+

Re: [Zope] detail record editing

2000-06-06 Thread ethan mindlace fremen
Robert Del Huerto wrote: > +---+---+-++ > | |Doe|Jane |$100.00 | > +---+---+-++ > | X |Doe|John |$250.00 | > +---+---+-++ > | |Haggis |Meister |$100

[Zope] The ZPublisher :method type (was RE: [Zope] detail record editing))

2000-06-06 Thread Jeffrey Shell
> My solution for this kind of problem is to have a DTML method > that delegates > to the > appropriate DTML methods. Therefore each button gets a value > and a name, eg. > > Actually, you can use the Bobo ":method" type. It's documented...somewhere :). You can do: and the Publisher wil

Re: [Zope] detail record editing

2000-06-06 Thread Stuart 'Zen' Bishop
On Mon, 5 Jun 2000, Robert Del Huerto wrote: > database. I'm stuck after that. The form only has one 'action' so how > would I get it to handle the right function depending on the button that > was pushed? I'm no HTML expert but I've looked around quite a bit for It can be done with some badl

RE: [Zope] detail record editing

2000-06-06 Thread a . wacknitz
> I'm just beginning my journey into Zopeland so please forgive my > ignorance. I'd like to be able to give users a chance to edit records > found in a table by selecting the desired record's checkbox and then > clicking 'Modify'. This is similar to the Zope management screen. I > just don't k