Scribus Validation

Previous topic - Next topic

arun_raghav2000

HI,
    I need to validate a textfield with only text. I need to cursor to be in the same textfield if the validation is false.
We use focus in javascript which is not working in the scribus.

Can anyone tell me how can it be done...


Thanks.
Arunkumar Raghavan

Saroj Kumar

Hello Arun try this.

this.getField('txtName').setFocus();


HTH
Regards