Jump to content

change edit the mask at runtime


Marlon Nardi

Recommended Posts

Farshad,

I have a downward component edit amending the mask at runtime. Implement it in the Components TuniEdit and TuniDBEdit.

JSCode('Ext.onReady ( function () {$("#' + Self.JSName +
    '_id-inputEl").mask("' + FMask + '");});');
Link to comment
Share on other sites

  • 2 years later...

Marlon, bom dia

Sabe como resolver um problema com o TUniDateTimePicker?

Vamos lá:

O usuário não quer selecionar a data através do dropdown do componente.

Ele quer digitar a data, sem as barras (o componente permite).

Porém, ao sair do campo, a data é convertida em "mm/dd/yyyy" e quero manter o padrão "dd/MM/yyyy"

Pode me ajudar?

 
Link to comment
Share on other sites

  • 1 year later...

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...