cancel
Showing results for 
Search instead for 
Did you mean: 

Text length in TC2 should vary dynamically according to the text length in TC1

Former Member
0 Kudos

Hi Freinds

I have one big issue in my project ,

Text length of  textbox in Transparent Container ( TC2 ) should vary dynamically according to the text length in Transparent container ( TC1),

do u have any solution for this isse, please its urgent !

Thanks in advance

Krish

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi krish,

If you want to set the length of an inpt field in TC2 you can bind the length property to a context attribute.

The value in context attribute can be set by calculating the STRLEN of the text in inputfield in TC1.

Thanks,

Sowmya