Jump to content

Leaderboard

Popular Content

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

  1. Hi, I wanna to share a sample project about use custom css on uniGui. It like at adress How to Flip Card - w3schools.com Link of project : https://github.com/siroz1907/FlipCardUniGui I use 1.90.0.1536 of version.
    1 point
  2. Перепроверил только что рабочий проект и проблемы нет странно так что пока отбой... если снова проявится, я отправлю тестовый пример
    1 point
  3. Попробуйте этот конфиг: procedure TMainmForm.UnimFormCreate(Sender: TObject); begin UnimSelect1.JSInterface.JSConfig('valueField', ['id']); end; procedure TMainmForm.UnimFormShow(Sender: TObject); Var sValPrm: string; begin InitSelect; sValPrm := SetSelectedValues('2,18'); UnimSelect1.JSInterface.JSCode(sValPrm); end;
    1 point
  4. Hi, here is my suggestion: myScrollBox.ClientEvents.ExtEvents.Values['afterrender']:='function afterrender(sender, eOpts) {sender.getEl().dom.style["overflow-x"]="hidden";;}'; Or MyScrollBox -> ClientEvets -> ExtEvents -> function afterrender: function afterrender(sender, eOpts) { sender.getEl().setStyle('overflow-x', 'hidden') }
    1 point
×
×
  • Create New...