Hello,
I need a way to select the text of a textfield but not the whole text. I know the method elem.select() but I need something like elem.select(start, length) where start would be the id of the first character to be selected and length, the length of the selection. I have searched in google and did'nt find any solution...If someone know it...please share it
I need a way to select the text of a textfield but not the whole text. I know the method elem.select() but I need something like elem.select(start, length) where start would be the id of the first character to be selected and length, the length of the selection. I have searched in google and did'nt find any solution...If someone know it...please share it