Jump to content

Need Editing features...


Stemon63

Recommended Posts

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

Link to comment
Share on other sites

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,

Link to comment
Share on other sites

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,

Link to comment
Share on other sites

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