Jump to content

rencarnacion

uniGUI Subscriber
  • Posts

    633
  • Joined

  • Last visited

  • Days Won

    14

Posts posted by rencarnacion

  1. I was reading in the Ext JS  Forum about a Responsive Plugin, My Question is "Is Posible to use it in Unigui ?"

     

    Delphi Developer Could you give us some Idea about it ?

     

     

     

    https://www.sencha.com/blog/designing-responsive-applications-with-ext-js/

     

     

    Ext.define('MyApp.view.Main', {
    extend: 'Ext.tab.Panel',
    plugins: 'responsive',
    responsiveConfig: {
    landscape: {
    tabPosition: 'left'
    },
    portrait: {
    tabPosition: 'top'
    }
    },
    items: [
    { title: 'Foo' },
    { title: 'Bar' }
    ]
    });

  2. What does that have to do with the technology they are presenting?

    I don't care about the technology behind their website, I'm interested in what they offer as solution.

    What I mean is they don't believe in her tools because the don't it in order to show to their customers that the tools work and work fine 

×
×
  • Create New...