Scribus Forums

Scribus => General Discussion => Topic started by: philou7168 on November 08, 2018, 03:37:03 PM

Title: PDF Form event.change
Post by: philou7168 on November 08, 2018, 03:37:03 PM
Hi.

Sorry for my bad english, but I don't find any Help in French.

I want to Make a presentation PDF Form but I will force the Format of the text field.

For example for the NAME I will the text field in Uppercase. I give this code in custom format:

Format: event.change = event.change.toUpperCase();
Strike: event.change = event.change.toUpperCase();

How can I fond the list of any fonction event.change.XXX.

For example for the Firstname I will force the first letter in Uppercase and all after in Lowercase (Philou).

Thank's for the Help