Hi,
I love flamingo too, except tables that are difficult to read on large
screen because of the 100% width occupation (and I want vertical lines and
colored background for header).
Is it possible to force all tables of xwiki to get the following default
attributes:
{{velocity}}
$xwiki.ssfx.use("js/xwiki/table/table.css")
$xwiki.jsfx.use("js/xwiki/table/tablefilterNsort.js", true)
{{/velocity}}
(% class="grid"%)
(% class="sortHeader" %)
What is the best way? Do I have to create a stylesheet extension and copy
the rendered result in it?
Thanks
2014-09-28 22:01 GMT+02:00 Valdis Vītoliņš <valdis.vitolins(a)odo.lv>lv>:
Thanks to all XWiki'ers for Flamingo skin!
You can look at it in action at
http://ante.lv/
and it is much more mobile-friendly.
I used {{container}} macro for 1/2 column layout for home page.
I still had to do some adjustments in XWiki.StyleSheetExtension object
to hide some unnecessary items on screen for anonymous users:
#if(!$xcontext.userReference)
.xwikipanelcontents, #rightPanels {
display:none;
}
#end
And had some weird issues with language selector
http://jira.xwiki.org/browse/XE-1427
Valdis
_______________________________________________
users mailing list
users(a)xwiki.org
http://lists.xwiki.org/mailman/listinfo/users