Re: Direct To Java Client
Re: Direct To Java Client
- Subject: Re: Direct To Java Client
- From: "B. Shank" <email@hidden>
- Date: Thu, 29 May 2003 12:49:49 -0700
On Thursday, May 29, 2003, at 12:06 PM, Rob Myers wrote:
How can I selectively top the "Add" icon from appearing at the top of
a D2J "main" entity window? I can use the example from the Java Client
book to get rid of the add button on everything, but this is overkill.
I can use the other example to disable it on an "other" sub-panel, but
this is too low.
So what's the middle ground between:
*true* => disabledActionNames = (add, delete)
(entity.name = 'Activity') => disabledActionNames = (add, delete)
Something like:
(entity.name='Activity') and (task='form') => disabledActionNames =
(add, delete)
Brent
that would allow me to diable the icon button at the top of the window?
- Rob.
_______________________________________________
webobjects-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/webobjects-dev
Do not post admin requests to the list. They will be ignored.
_______________________________________________
webobjects-dev mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/webobjects-dev
Do not post admin requests to the list. They will be ignored.