On Dec 16, 2011, at 8:55 AM, Gino Pacitti wrote:

> Sorry if this is somewhere obvious but how do modify this behavior in Eclipse 
> WOLips
> 
> 
> I use the insert WOString into component view and it prints:
> 
> <webobject name = "myStringName"/>
> 
> How do I get it to be <webobject name = "myStringName"></webobject>

Type in 

<we 

followed by control-space.  That will autocomplete to

<webobject name = ""></webobject>

and leave the cursor between the quote marks.  Press control-space again, and 
you get an autocomplete list of all your existing wod bindings.  Start typing 
and the ones that don't match are filtered out of the list.

> 
> And if in the wod file... I saw in a WOCommunity movie a way to mouse over 
> the work myName and a modal window appears asking for setters and getters to 
> be made... How is that done?

command-click the myName.  You can also command-click the component name to 
open the component and java file as well.

> 
> 
> myStringName : WOString {
>  value = myName;
> }
> 
> 
> Gino
> _______________________________________________
> Do not post admin requests to the list. They will be ignored.
> Webobjects-dev mailing list      ([email protected])
> Help/Unsubscribe/Update your Subscription:
> http://lists.apple.com/mailman/options/webobjects-dev/rgurley%40smarthealth.com
> 
> This email sent to [email protected]

 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list      ([email protected])
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to [email protected]

Reply via email to