Jump to content

TUniDBNumberEdit InputMask


mikromundo

Recommended Posts

OH!!!!! I´m new user and still learning uniGUI... Thanks so much !!! I will test !!!!

 

but this code could be adapt ?

  for i := 0 to Self.ComponentCount - 1 do
  begin

       if Self.Components.ClassNameIs( 'TUniDBNumberEdit' ) then
       begin


            UniSession.JSCode('$("#' + TUniDBNumberEdit( Self.Components ).JSName + '_id-inputEl").inputmask("9,99");');


       end;

  end;

Edited by mikromundo
complement
Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...