Maybe supply some code as an example of what you're doing. I really didn't understand your scenario below.
-- Jeremy Thomerson http://www.wickettraining.com On Tue, Oct 7, 2008 at 11:41 AM, Martin Dietze <[EMAIL PROTECTED]> wrote: > On Tue, October 07, 2008, Jeremy Thomerson wrote: > > > Depending on what you are doing, you may want to try implementing the > "foo" > > feature code as a behavior. Behaviors are like plugins for components, > and > > can be used on any component. So, if it is possible to implement your > > functionality as a behavior, then you could add it to the button or ajax > > button, or a link, etc. > > I don't think this would help in my particular case. I extended the Button > class by additional properties which I render into the markup in another > component which implements IMarkupResourceStreamProvider. Thus the > additional > property needs to be visible from the outside. > > Cheers, > > Martin > > -- > ----------- / http://herbert.the-little-red-haired-girl.org / > ------------- > =+= > Tower: Hoehe und Position? > Pilot: Ich bin 1.80m und sitze vorne links. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > >
