Hi!
> ________________________________________
> From: [email protected] [[email protected]] On Behalf Of 
> Belkhiria Hamza Yazid [[email protected]]
> Sent: 19 May 2013 11:17
> To: XWiki Users
> Subject: Re: [xwiki-users] Include Macro not showing documents as expected
>
> it is also possible to include the first part thus making it a section and
> still without adding a Header
>

Check section parameter here...

http://extensions.xwiki.org/xwiki/bin/view/Extension/Include+Macro

Check this to control headers and any other document item using CSS...

http://extensions.xwiki.org/xwiki/bin/view/Extension/Skin+Extension+Plugin

To hide h1, here you have the simplest CSS entry for your 
XWiki.StyleSheetExtension object

#document-title h1 {
  display:none;
}

Two other really interesting utilities:

1) If you are usign Chrome, don't forget Developer Tools available in the Tools 
menu
2) If you are using Firefox, Firebug is your friend!

> well technically by adding an empty header it works
>
> just tried it with adding this on top "== =="
> and choose then section option should be
> section= "H"
>
> just one more detail, i am not seeing difference between context new and
> current
>

Well, if you don't use values of variables set in the current or included 
pages, you won't appreciate any difference between both options.

HTH,

Ricardo

>
On 19 May 2013 10:07, <[email protected]> wrote:

> :-)
>
> > ________________________________________
> > From: [email protected] [[email protected]] On Behalf Of
> Belkhiria Hamza Yazid [[email protected]]
> > Sent: 19 May 2013 10:58
> > To: XWiki Users
> > Subject: Re: [xwiki-users] Include Macro not showing documents as
> expected
> >
> > Problem solved :)
> >
> >
> > the true paths to use should be the ones stated by the browser !
> >
>
> Well, I think it is better to state: you must use the couple
> space.document to include any document in your wiki by using Include Macro!
> Much better, check this...
>
> http://extensions.xwiki.org/xwiki/bin/view/Extension/Include+Macro
>
> Cheers!
>
> > but now I am looking for a solution to just add the first Intro section
> of
> > the page (whithout having to add a title to it if possible)
> >
> >
> > Thank you,
> > Best Regards
>
>
> On 19 May 2013 09:34, Belkhiria Hamza Yazid <[email protected]
> >wrote:
>
> > Good morning
> >
> >
> > I just discovered how useful can be Include Macro :)
> >
> > still it  only works when the document Dashboard.Webhome is included,
> >
> > {{include document="Dashboard.WebHome" context="new"/}}
> >
> > Other documents do not show up when i try.
> >
> > I am not sure if this is due to the Macro itself or to problems within
> the
> > structure like duplicated pages/ spaces or unclear view of parents child
> > relations
> >
> >
> > Thank you,
> > Best Regards,
> >
> >
> > --
> > *BHY*
> >
>
>
>
> --
> *BHY*
> _______________________________________________
> users mailing list
> [email protected]
> http://lists.xwiki.org/mailman/listinfo/users
>
> Nota: A información contida nesta mensaxe e os seus posibles documentos
> adxuntos é privada e confidencial e está dirixida únicamente ó seu
> destinatario/a. Se vostede non é o/a destinatario/a orixinal desta mensaxe,
> por favor elimínea. A distribución ou copia desta mensaxe non está
> autorizada.
>
> Nota: La información contenida en este mensaje y sus posibles documentos
> adjuntos es privada y confidencial y está dirigida únicamente a su
> destinatario/a. Si usted no es el/la destinatario/a original de este
> mensaje, por favor elimínelo. La distribución o copia de este mensaje no
> está autorizada.
>
> See more languages: http://www.sergas.es/aviso_confidencialidad.htm
> _______________________________________________
> users mailing list
> [email protected]
> http://lists.xwiki.org/mailman/listinfo/users
>



--
*BHY*
_______________________________________________
users mailing list
[email protected]
http://lists.xwiki.org/mailman/listinfo/users

Nota: A información contida nesta mensaxe e os seus posibles documentos 
adxuntos é privada e confidencial e está dirixida únicamente ó seu 
destinatario/a. Se vostede non é o/a destinatario/a orixinal desta mensaxe, por 
favor elimínea. A distribución ou copia desta mensaxe non está autorizada.

Nota: La información contenida en este mensaje y sus posibles documentos 
adjuntos es privada y confidencial y está dirigida únicamente a su 
destinatario/a. Si usted no es el/la destinatario/a original de este mensaje, 
por favor elimínelo. La distribución o copia de este mensaje no está autorizada.

See more languages: http://www.sergas.es/aviso_confidencialidad.htm
_______________________________________________
users mailing list
[email protected]
http://lists.xwiki.org/mailman/listinfo/users

Reply via email to