Jump to content

Recommended Posts

Posted

windows 7

unigui version 0.92.0.992

 

 

how can I implement unicomboBox - clientEvents - uniEvents ListConfig?
 
 
//

An optional set of configuration properties that will be passed to the Ext.view.BoundList's constructor. Any configuration that is valid for BoundList can be included. Some of the more useful ones are:

//

function OnAfterCreate(sender)
{
  sender.typeAhead =true;
  sender.hideTrigger =true;
**************************************
//  sender.listConfig:{minWidth=1};
// How can I access the element?
*************************************
}

 

sorry for my english.... :D  :D  :D

 

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...