Jump to content

easegura777

uniGUI Subscriber
  • Posts

    102
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by easegura777

  1. Hi @Sherzod , but this run in browser, i need hosted (rasperry with Linux)
  2. It is possible to develp applications with this combination
  3. Test this solution, but not found function chart.beforeInit(sender, config) { config.series[0].tooltip = { trackMouse: true, width: 120, renderer: function(tip, item) { tip.setTitle(item.get('LL')); tip.update('Значение: ' + item.get('A')); } } config.series[1].tooltip = { trackMouse: true, width: 120, renderer: function(tip, item) { tip.setTitle(item.get('LL')); tip.update('Значение: ' + item.get('B')); } } }
  4. only works for one series
  5. I need display tip for TuniLineSeries
  6. Is possible to Show/Hide UniLineSeries in runtime ?
  7. My validations are in the OnValidate event of the field and the validation is done on each keystroke
  8. @Sherzod You can help us with this iussue? Sherzod
  9. Yes, with theme material found, but triton not found!
  10. CSS .x-button { width:120px; color:green; !important; height:30px; background-color: green; !important; border: 5px solid #1E90FF; /* borda branca em volta */ margin: auto; /* centraliza com bordas automáticas nas laterais */ text-align: center; /* centraliza o texto */ font-family: Source Sans Pro; /* fonte */ font-size: 16px; /* tamanho da fonte */ color: green; /* cor fonte */ border: 1px solid #ccc; border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25); border-color: #e6e6e6 #e6e6e6 #bfbfbf; border-bottom-color: #b3b3b3; border-radius: 4px; box-shadow: inset 0 1px 0 rgba(255,255,255,0.2), 0 1px 2px rgba(0,0,0,0.05); } With theme triton with theme material
  11. in the example you shared with me can be validated
  12. ok, thanks, found in theme material but triton not found!
  13. How change background color UnimBitBtn
  14. Thanks, found!! Mil gracias, funciono!!!
  15. .navigationTabPanel .x-tab-bar-default-top { background : transparent; background-image: none !important; } but not foud!
  16. how set property Plain in UnimTabPanel
  17. property named Plain in UniTabPanel
  18. Please, change backgroud unimTabPanel?
×
×
  • Create New...