Jump to content

Recommended Posts

Posted

Hi Farshad,

Autoselect property is missed in DBedit and other edit components. We need it when change focus field to field, so it's easy modify numeric values.

(Naturally at client level).

I have also noted that after editing, "displayformat" property in dataset field  is not update without a dataset refresh;

(I must write also virtual scrolling, or not? :-) )

Good Job,

Stefano

Posted

Hi,

 

Autoselect property is missed in DBedit and other edit components. We need it when change focus field to field, so it's easy modify numeric values.

 

For now you can use MainModule, MainForm -> NavigateKeys -> SelectText property for this.

 

Best regards,

Posted

Hi,

my editors are all on frames.... and it seems that your suggestion don't works in my situation.

(any workaround?)

Thanks a lot,

 

Best Regards,

Posted

Hi,

 

OK, you can use selectOnFocus config for this

 

for example:

UniEdit1.JSInterface.JSConfig('selectOnFocus', ['true']);

or

 

ClientEvents -> UniEvents -> beforeInit fn:

function beforeInit(sender, config)
{
    config.selectOnFocus=true;
}

Best regards,

  • 5 months later...
×
×
  • Create New...