LayoutPane: Toggler cannot be hidden
See original GitHub issuepe:layoutPane slider cant deactivated. is by attribute closable=“false” slidable=“false” always visible and usable. It works perfectly with Primefaces 7.
Environment:
- PF Version Elite: 8.0.13
- PF Extensions: 8.0.4
- JSF Mojarra 2.1.29-11
- javaEE: javaee-api 6.0
- Affected browsers: Firefox, Chrome
Example XHTML
<pe:layout id="chefpanel" fullPage="true" style="padding: 0px;">
<pe:layoutPane id="one" position="north" resizable="false" closable="false" slidable="false">
</pe:layoutPane>
</pe:layout>
</h:form>
Issue Analytics
- State:
- Created 2 years ago
- Comments:11 (7 by maintainers)
Top Results From Across the Web
jQuery UI Layout - Function on hide/show pane
try: $('body').on('mousedown', '.ui-layout-toggler', function(){ console.log('test'); });. It seems there is another another event handler ...
Read more >Full page layout, events and client-side state management
Tip on toggler when pane is 'closed'. Default is 'Open'. maskPanesEarly, Useful flag if you are dealing with iframes or objects like applets...
Read more >UI Layout Plug-in - Documentation - jQuery Layout
Layouts are created from existing elements (divs, iframes, etc), so will degrade gracefully. You can even make some regions invisible, so they will...
Read more >Attributes from pe:layoutPane have no effect
I decided to use pe:layout instead of p:layout because i was having problems re-sizing a p:layoutUnit with an iframe.
Read more >How to hide caption of LayoutPanel used in side ...
When I upgraded DevExpress from V2010 to v2011 vol 1.7 then I used LayoutPanels in TabbedGroup as we can't use LayoutGroup in TabbedGroup....
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
I will see if I can cut an 8.0.5 release with this in it. I think @jxmai and @VsevolodGolovanov wanted backports of Layout fixes as well and @EltonR and @ivy-cst wanted backports of DocumentViewer updates
You can actually just extract the layout.css from 8.0.4 and in your own project put it in the same location
/resources/primefaces-extensions/layout/layout.css
and when it gets loaded it find your version first instead of the one in the JAR file.