Re: Reusable Component Tricks...
Re: Reusable Component Tricks...
- Subject: Re: Reusable Component Tricks...
- From: LD <email@hidden>
- Date: Fri, 5 Aug 2005 11:34:07 +1000
Hi there,
On 05/08/2005, at 2:13 AM, David Koski wrote:
On Aug 2, 2005, at 4:30 PM, LD wrote:
On 03/08/2005, at 3:27 AM, David Koski wrote:
On Aug 1, 2005, at 10:31 PM, LD wrote:
What's the deal, however, with having both the WOString and
WOComponentContent as child elements? And where exactly is the
^string pulling its info from? I understand that the caret
symbol is analogous to a call to super but WOGenericContainer
doesn't have a 'string' binding nor does WOComponent...
This allows you to do a few different things:
<WEBOBJECT NAME=HYPER1></WEBOBJECT>
<WEBOBJECT NAME=HYPER2>this is a string</WEBOBJECT>
<WEBOBJECT NAME=HYPER3>second string</WEBOBJECT>
HYPER1 : EXHyperlink {
string = "first string";
}
HYPER2 : EXHyperlink {
}
HYPER3 : EXHyperlink {
string = "first string";
}
Right - so the 'string' binding is an inbuilt feature then. Are
there any other [undocumented - unless I've been looking in the
wrong place] bindings that are of use with reusable/dynamic
components?
Hmm, that seems like a documentation bug because I can only find it
in older docs:
Not surprising. It's really annoying sometimes that Apple's developer
docs for WebObjects leave so much useful information hidden in their
*legacy:deprecated/unsupported* documentation pages.
http://developer.apple.com/documentation/WebObjects/ needs to bring
over more legacy-but-still-relevant documentation - and yes I've sent
feedback on this (email@hidden). Maybe it's time to send it
again. Why do we need to go back to WO 5.0 or 4.5 or even 3.5 (both
deprecated or unsupported) docs to read about relevant "Programming
Topics" and so on...
Thanks for your help...
with regards,
--
LD
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden