Search the Community
Showing results for tags 'border'.
Found 8 results
-
Hi, I need to remove all borders: my css: .noPanelBorder { border: none; background: none; } my UnitEvents: function beforeInit(sender, config) { config.baseCls='noPanelBorder'; config.cls='noPanelBorder'; }
-
When using a Border layout, Sencha documentation illustrates an Item "Weight" property that is used to sort the items for presentation. This permits the arrangement of panels in a border layout where the North and South regions do not extend all the way across the containing panel. For example. [ | | ] [ | | ] [ West | Center | East ] [ |----------| ] [ | South | ] Is there a way to specify the Weight property using uniGUI? Thanks, Milan
-
Bom dia, gostaria de saber se seria possivel eu contruir no unigui um formulario, liso sem bordas como segue o modelo em anexo. Cadastro empresa ai não possui bordas, quero fazer forms assim. Good day , I wonder if it would be possible I build in unigui a form , flat borderless as follows the model attached. Register now there does not have borders, I want to do so forms. http://sharingsistemas.com.br/
-
Get border color? How do I find out the border color of a component? Thanks Zanona
-
How do you get a form, except for the MainForm which can be set to mfPage, to display without a "window" border/frame? The idea is to display a modal form which looks like a white panel with rounded corners... Thanks.
-
Hi! I am wondering if there is a way to remove the border from the main form, i tried to set the borderstyle to bsNone but can still see a border(window)? Is there a way to make the application windowless or look like it is? Best Regards Chrisjohn82