Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 09/09/20 in all areas

  1. I want to use another image(font awesome) to replace datetimepicker's trigger button's defalut icon (or image), Any idea? ======UniServerModule.CustomCss======= .x-form-date-trigger{ position:relative; background-image:url("../images/form/trigger-dot-bg.png") !important; background-repeat: repeat; display:table-cell; padding-top: 1px; line-height: 1.5; border: 1px double #C0C0C0 !important; } .x-form-date-trigger:before{ font-family: FontAwesome; content: "\f073";color:navy; } .x-form-arrow-trigger{ position:relative; background-image:url("../images/form/trigger-dot-bg.png") !important; background-repeat: repeat; display:table-cell; padding-top: 1px; line-height: 1.5; border: 1px double #C0C0C0 !important; } .x-form-arrow-trigger:before{ font-family: FontAwesome; content: "\f063";color:navy; }
    1 point
  2. Hello community! Unfortunately this is in Portuguese, but I would like to share with you a quick way to use Bootstrap in uniGUI. Bootstrap.rar
    1 point
  3. Hello, Can you try this approach?: function treeMenu.afterCreate(sender) { sender.el.setStyle('overflow-y', 'auto'); }
    1 point
×
×
  • Create New...