Re: [xwiki-users] Show HTML/ASPX in panel

2013-10-04 Thread Hamster
The minute I posted my question, the idea to use an iframe hit me :-) {{velocity}} #panelheader('My Header') {{html}} div iframe src=.../default.aspx height=800 /iframe /div {{/html}} #panelfooter() {{/velocity}} Now I want to change the WIDTH of my panel(s). How/where can I change the width of

[xwiki-users] Change width of panel

2013-10-04 Thread Hamster
I want to change the width of my panel on the RIGHT. So far I have: 1) Created a new XWiki-page XWiki.MyStyleSheetExtension 2) Added a StyleSheetExtension object to that page I have added this code (css): #rightPanels { width: 400px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px;

Re: [xwiki-users] Change width of panel

2013-10-04 Thread Ecaterina Moraru (Valica)
Hi, #rightPanels { float: right; margin: 0 0 0 -420px; width: 420px; } #body.hideleft #contentcolumn .main { margin: 0 400px 0 0; } .panel { display: block; width: 390px; } The values are calculated considering the margins. You can remove the float and the display since they are

Re: [xwiki-users] Change width of panel

2013-10-04 Thread Hamster
Ecaterina Moraru (Valica) wrote #body.hideleft #contentcolumn .main { margin: 0 400px 0 0; } Thanks a million Caty! That was exactly what I was looking for! I did already find the .panel-section to change the width of the panel. I will remove the cascading items (as I won't change/override

[xwiki-users] Ability To Parse Text To Create Links

2013-10-04 Thread Keith Davis
Can someone tell me what it would take (generally) to add code that would parse text for a specific pattern and convert it to a hyperlink? I'm fluent in PHP and C#, and know a little Java, but have done zero custom work with XWiki. I've created this type of parser for other systems. What I