Scribus Forums

Scribus => General Discussion => Topic started by: arun_raghav2000 on April 30, 2013, 01:53:41 PM

Title: Scribus Validation
Post by: arun_raghav2000 on April 30, 2013, 01:53:41 PM
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
Title: Re: Scribus Validation
Post by: Saroj Kumar on August 22, 2013, 08:36:03 AM
Hello Arun try this.

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


HTH
Regards