This for many RTEs that are built dynamically. If I bind it, then all RTEs change instead of just the one that you clicked on.
--- In [email protected], "Clint Tredway" <[EMAIL PROTECTED]> wrote: > > set the result to a bindable var and then when you create the RTE, set the > htmlText property to that var. > > On 11 Apr 2007 12:02:01 -0700, Nate Pearson <[EMAIL PROTECTED]> wrote: > > > > I am calling a webservice to get text for an item(RichTextEditor) that > > I am adding dynamically. > > > > If i set the ID of the rte to "item1" how do I reference that in my > > webservice handler? I have the string pass through so that the > > handler knows that the ID should be item1. > > > > I've tried: > > RichTextEditor("item1").htmlText = "TEST" > > > > and > > > > RichTextEditor(this.getChildByName("item1")).htmlText = "TEST" > > > > but neither work. Any help is greatly appreciated. > > > > > > > > > > -- > I am not a diabetic, I have diabetes > my blog - http://grumpee.instantspot.com/blog >

