Search the Community
Showing results for tags 'unipanel'.
-
Good morning! Does anyone have an example how to create a drop-event (listener?) on a UniPanel, UniContainer Panel or UniImage? Regards, Gery
-
Hello guys. I have already seen several examples that it is possible to make the Form transparent. Can I also set then uniPanel transparent? Thankful.
- 7 replies
-
- transparent
- panel
-
(and 1 more)
Tagged with:
-
Hello! How hide focus from UniPanel.Title? I mean, focus, when we click left button mouse on UniPanel.Title:
-
Hello! Is it possible create translucent panel using UniPanel? I want the panel to be translucent and through it the main shape can be seen. Therefore, I ask, is it possible to make the translucent state of the panel using CSS or JavaScript?
-
Hi, I am creating an accordion style menu using panel. I can have multiple panels with title bar. Inside each I can have multiple buttons. Therefore, it needs to be scroll-able. I used UniSimplePanel with AutoScroll set to true. The issue is that UniSimplePanel shows an empty title bar. I dont need this extra title bar (See attached image and Project). My question is, is there a way to remove title bar from UniSimplePanel? Alternatively, is there a way to make UniPanel scroll-able? Unigui:1.10.0.1469 Thanks. ScrollableAccordionLayout.zip
- 9 replies
-
- UniSimplePanel
- Unipanel
-
(and 4 more)
Tagged with:
-
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'; }
-
Hi, is there a way to move an uniPanel into an uniHtmlFrame? Why I'm doing that? I have an uniHtmlFrame that I made a side menu collapsible that has "ul", "li" and "a" tags. I would like to move a panel into the uniHtmlFrame that has unigui components like uniDateTimePicker, uniComboBox, etc. Is there any way to do it?
-
Hello In the MainForm I have a panel with 4 child panels (3 of them aligned to left and one to client). I want that the width of the child panels to be 25% of the width of the parent panel. I look at the demo examples but is not clear to me how to do it. The ServerModule.MainFormDisplay is set to mfPage, and the MainForm.WindowState is wsNormal. Thank you, Daniel
-
Hi, Please, help me. Add a unipanel properties: Align = alleft collapsible = true TitleVisible = true TitleAlign = tacenter titleposition = tbtop I would like the closing direction was to the left, but gets down arrow. Please, How can I resolve? The source of page is collapsible:true,collapseDirection:Ext.Component.DIRECTION_BOTTOM,headerPosition:"top" and should is collapsible:true,collapseDirection:Ext.Component.DIRECTION_LEFT,headerPosition:"top" grateful
- 1 reply
-
- unipanel
- collapsible
-
(and 1 more)
Tagged with: