Re: Plugin OpenOffice.Org> missing CSS classes P1..Pn (unsolved)
Thorsten Scherler <thorsten.scherler.ext <at> juntadeandalucia.es>
2007-06-06 06:57:20 GMT
On Tue, 2007-06-05 at 22:33 -0700, fizoblon wrote:
> yes, it works with the OpenDocument-Input Plugin (your second Link), because
> that plugin is using static classes linke strong or codefrag to realize such
> formattings. These classes are defined in skin/profile.css.
Hmm, I have not used the OO plugin myself very much but I just looked
again at the sample http://localhost:8888/samples/openoffice-writer.html
and there bold, italic and some other (like code, warning,...).
>
> program code sample (Source of your 2nd link)
>
> but the OpenOffice-Input-Plugin seems not to use the same way. I suppose the
> classes are generated dynamically, depending by the order of the using of
> the different formattings:
>
It depends on the style you apply in OO.
> ..
> <p class="P3">
> Bold text
> </p>
> .. (source of your first link)
I am not sure about that, seems that someone changed it the wrong way,
since the above link shows that it is working fine.
>
> This Class 'P3' would be 'P1' if we use it first and before the other
(Continue reading)