AW: Getting a client side id from my component zone (used in loop)

2015-05-27 Thread Poggenpohl, Daniel
Hi again once more, it's probably because I'm agitated at the moment, but I also can't seem to extract a client side id from the zone that I want to update. My mixin receives the Zone as a parameter and zone.getClientId() is called when I want to initialize the editor. This always returns

Re: AW: Getting a client side id from my component zone (used in loop)

2015-05-27 Thread Lance Java
Can you explicitly generate your own clientids? Eg: t:loop index=index ... t:zone t:id=contentZone id=prop:myZoneId t:textArea t:zoneToUpdate=prop:myZoneId / Java @Property int index; public String getMyZoneId() { return foo + index; }

AW: AW: Getting a client side id from my component zone (used in loop)

2015-05-27 Thread Poggenpohl, Daniel
users Betreff: Re: AW: Getting a client side id from my component zone (used in loop) Can you explicitly generate your own clientids? Eg: t:loop index=index ... t:zone t:id=contentZone id=prop:myZoneId t:textArea t:zoneToUpdate=prop:myZoneId / Java @Property int index; public String getMyZoneId