Reject

Discuss GUI programming with the MUI Royale plugin here
Post Reply
djrikki
Posts: 682
Joined: Wed Apr 06, 2011 12:26 am

Reject

Post by djrikki »

reject=";!#£$%*/?^`{|}~'[]+=\"

How can I extend this property to include? < and > and &

Is this possible?
Evolve - Rapid GUI Development tool for MUI Royale and RapaGUI
http://myevolve.wordpress.com
Bugala
Posts: 1178
Joined: Sun Feb 14, 2010 7:11 pm

Re: Reject

Post by Bugala »

I think there are escape characters to be able to put these.

These might not be applicable, but you could check the documentation about "PatternReplaceStr"-command: http://www.hollywood-mal.com/docs/html/ ... ceStr.html
User avatar
airsoftsoftwair
Posts: 5443
Joined: Fri Feb 12, 2010 2:33 pm
Location: Germany
Contact:

Re: Reject

Post by airsoftsoftwair »

You escape them just like in normal XML, i.e.

Code: Select all

< for < (less than)
> for > (greater than)
& for & (ampersand)
djrikki
Posts: 682
Joined: Wed Apr 06, 2011 12:26 am

Re: Reject

Post by djrikki »

Thank you.
Evolve - Rapid GUI Development tool for MUI Royale and RapaGUI
http://myevolve.wordpress.com
Post Reply