Jump to content

Recommended Posts

Posted

Some user shared sometime ago this:

 

function OnBeforerender(sender)
{
  uniformX.dbcontrol.setEditable(false);
}

 

I use it to uniDBComboBox and uniDBlookupCombobox when I want that user select an item by using mouse instead of typing. But Sometimes I need both ways of select.

 

Can this code implemented as a property? It would be more practical to check or uncheck this feature.

  • 2 months later...
×
×
  • Create New...