Sigma Php Ajax framework, Ajax Components, GUI Builder
May 24, 2012, 11:25:13 AM
Welcome,
Guest
. Please
login
or
register
.
Did you miss your
activation email?
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
News
:
Home
Help
Search
Login
Register
Sigma Php Ajax framework, Ajax Components, GUI Builder
>
Sigma Visual GUI Builder & Library
>
Sigma Visual - Q&A
(Moderators:
steven
,
linb
) >
setValueFormat doesn't work with Umlauts
Pages: [
1
]
« previous
next »
Print
Author
Topic: setValueFormat doesn't work with Umlauts (Read 651 times)
gikotim
Sr. Member
Posts: 49
setValueFormat doesn't work with Umlauts
«
on:
January 07, 2010, 10:10:37 PM »
Hi!
I try to use the setValueFormat for Validating Umlauts (äöüéàè....). But this doesn't work.
Class('App', 'linb.Com',{ Instance:{ autoDestroy:true, iniComponents:function(){ // [[code created by jsLinb UI Builder var host=this, children=[], append=function(child){children.push(child.get(0))}; append((new linb.UI.Input) .host(host,"input1") .setLeft(130) .setTop(70) .setValueFormat("^[a-zA-ZäöüÄÖÜ]*$") ); return children; // ]]code created by jsLinb UI Builder }, events:{}, customAppend:function(parent,subId,left,top){ return false; }, iniResource:function(com, threadid){ }, iniExComs:function(com, hreadid){ } } });
Thank you for your support!
Logged
linb
Administrator
Hero Member
Posts: 435
Re: setValueFormat doesn't work with Umlauts
«
Reply #1 on:
January 08, 2010, 11:33:56 PM »
It should be work. Make sure your js file is UTF-8 format.
Logged
Pages: [
1
]
Print
« previous
next »
Jump to:
Please select a destination:
-----------------------------
General Category
-----------------------------
=> News & Announcements
-----------------------------
Sigma Visual GUI Builder & Library
-----------------------------
=> Sigma Visual - Knowledge Share
=> Sigma Visual - Q&A
=> Bug Report & Wishlist
-----------------------------
Sigma Grid
-----------------------------
=> Sigma Grid - Q&A
=> Show Case
=> Bug Report & Wishlist
-----------------------------
Other
-----------------------------
=> AJAX & JavaScript
Loading...