On 07/26/2012 04:02 AM, yann gensollen wrote:
Hello

could you please tell me if it is possible to do this on xwiki? thanks


2012/7/24 Yann Gensollen <yge...@gmail.com>

hello

I have seen a post on this subject. But is there something downlable for
it? Thanks


Anything is doable in XWiki.

I'm not really sure what you mean by "floating panel", but I guess it involves custom styling of a div.

You can use in the content:

(% class="floatme" %)(((
the content that should float
)))

This creates a <div class="floatme"> wrapper for that content.

Then you can add a custom StyleSheetExtension object with custom CSS that applies to the .floatme class. See the skin extension tutorial: http://platform.xwiki.org/xwiki/bin/DevGuide/SkinExtensionsTutorial

--
Sergiu Dumitriu
http://purl.org/net/sergiu/


_______________________________________________
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users

Reply via email to