Jump to content

THE NOT TRIGGERED UNIDBLOOKUPCOMBOX


gpaulino

Recommended Posts

en la propiedad del Panel ClientEvents

  te vas  a la subPropiedad que se llama Extevents

 

luego que entas alle te busca el evento onBeforender y hay te pones lo siguiente 

 

sender.iconCls='Icono';

 

que resulta que para que te carge el icono en le 

 

servermodule tienes que buscar la propiedad 

CustomCSS y dentro te pones el siguiente codigo CSS

 

.Icono{  

    background: url(img/Usuario.png) 0px 0px no-repeat !important;  

}

 

hay lo que hace es que cuando haces referencia al 

iconCls='icono' se lo estas haciendo al CSS y el CSS carga el icono en realidad es una imagen .png ejemplo img/Usuario.png

 

cualquier cosa me informas.

-------------------------------------------------------------------------


Property clientEvents Panel

   you go to the subproperty called Extevents

 

alle entas after the event you are looking onBeforender and there you get the following

 

sender.iconCls = 'Icon';

 

which turns out to load the icon you will

 

servermodule have to look for property

CustomCSS and inside you get the following CSS code

 

. Icon {

     background: url (img / Usuario.png) no-repeat 0px 0px! important;

}

 

no it does is that when you refer to

iconCls = 'icon' is you're doing to CSS and CSS loading icon is actually a picture. example png img / Usuario.png

 

inform me anything.

Link to comment
Share on other sites

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...