AW: [opencms-dev] WYSIWYG Editor and Style Sheet Integration
"Bührle, Martin, FCI1"
martin.buehrle at lfk.eads.net
Thu Oct 31 18:15:35 CET 2002
Hi List!
There is a way to see the result with the style - sheet directly in the
editor while editing the files:
In InternetExplorer (we use 5.5) go to "Extras", then to "Internetoptionen",
then to "Eingabehilfen".
Give the IE a "Benutzerstylesheet" then!
Select the button, add the path to Your style-sheet You use for opencms. Be
sure to place the style sheet outside opencms.
It works great within the OpenCMS-Active-X-Editor, but You will have
problems with normal webpages.
Unselect the button while surfing the web.
OK?
Best regards
Martin Buehrle
_________________________________________________________________________
Martin Buehrle
EADS - European Aeronautic Defence and Space Company
LFK GmbH
Postfach 1661
85705 UNTERSCHLEISSHEIM
Telefax: +49 89 3179-8927
eMail: Martin.Buehrle at lfk.eads.net
_________________________________________________________________________
> -----Ursprüngliche Nachricht-----
> Von: Michael Emmerich [SMTP:Michael.Emmerich at framfab.de]
> Gesendet am: Donnerstag, 31. Oktober 2002 10:44
> An: 'opencms-dev at www.opencms.org'
> Betreff: AW: [opencms-dev] WYSIWYG Editor and Style Sheet Integration
>
>
>
>
>
>
> Hello Tobias,
>
> ok, maybe there is a little confusion, what the stylesheets can do in the
> editor......
>
> You can use a stylesheet defining styles for headlines, paragraphes, lists
> etc - and those styles are used in the Editor if you use the <stylesheet>
> tag in the frametemplate.
>
> What you cannot do is to define new styles which appear in the drop down
> list, you will only get the default settings in there. So far, we found no
> way to integrate those user defines styles in the editor, I don't know if
> you can do this with the ActiveX control at all.
>
> Regards,
>
> Michael Emmerich
>
> OpenCms Professional Services
> Framfab Deutschland
>
>
> -----Ursprüngliche Nachricht-----
> Von: Kindlieb Tobias [mailto:T-Kindlieb at dis-ag.de]
> Gesendet: Donnerstag, 31. Oktober 2002 10:40
> An: opencms-dev at www.opencms.org
> Betreff: AW: [opencms-dev] WYSIWYG Editor and Style Sheet
> Integration
>
>
>
> Hi Michael,
>
>
>
> Thanks for your fast reply :-)
>
>
>
> I tried a lot, but it doesn't work :-(
>
>
>
> Here is the current directory tree of our installation:
>
>
>
> - content
>
> - dis
>
> o investor
>
> * dis.css
>
> - download
>
> - externallinks
>
> - ... etc.
>
>
>
> The dis.css file resides in the investor directory.
>
>
>
> I use following code-snippet in the frametemplate:
>
>
>
> <XMLTEMPLATE>
>
> <stylesheet>dis/investor/dis.css</stylesheet>
>
> <TEMPLATE><![CDATA[
>
> ...
>
>
>
> OK, when I open the editor, the styles in the drop down list haven't
> changed. I only get the pre defined OpenCms styles. I currently use
> OpenCms 4.6.6 and OpenCms 5.0 beta.
>
>
>
> Do you see self-defined styles in your editor? Maybe the ActiceX
> Control is buggy.
>
>
>
> Tobias
>
>
>
>
>
>
>
> -----Ursprüngliche Nachricht-----
> Von: Michael Schäfer [mailto:ms at ethikom.de]
> Gesendet: Donnerstag, 31. Oktober 2002 10:12
> An: opencms-dev at www.opencms.org
> Betreff: AW: [opencms-dev] WYSIWYG Editor and Style Sheet
> Integration
>
>
>
> Hi Tobias,
>
>
>
> in the frametemplate of your pages you have to define the tag
> <stylesheet>.
>
>
>
> The first part of your frametemplate could look like:
>
>
>
> <?xml version="1.0"?>
> <XMLTEMPLATE>
> <stylesheet>css/styles.css</stylesheet>
> <TEMPLATE>
> <![CDATA[
> <!DOCTYPE HTML PUBLISH "-//W3C//DTD HTML 4.0 Transitional//EN">
>
> <html>
> <head>
> <title>]]><METHOD name="getTitle"/><![CDATA[</title>
>
> until version 5.0 beta the path inside the stylesheet-tag can not
> start with "/".
>
>
>
> Michael
>
>
>
> -----Ursprüngliche Nachricht-----
> Von: owner-opencms-dev at www.opencms.org
> [mailto:owner-opencms-dev at www.opencms.org] Im Auftrag von Kindlieb Tobias
> Gesendet: Donnerstag, 31. Oktober 2002 10:04
> An: opencms-dev at www.opencms.org
> Betreff: [opencms-dev] WYSIWYG Editor and Style Sheet
> Integration
>
> Hi,
>
>
>
> I'm currently deploying the Opencms-System for our company.
>
>
>
> Unfortunately, I have some problems using style sheets in
> the WYSIWYG Editor. I have read a lot in the mailing list about this
> problem, but I haven't found a solution yet. Can somebody provide
> guidance?
>
>
>
>
>
> How can I use self-defined style sheets in the editor?
>
>
>
> Thanks in advance.
>
>
>
> Tobias Kindlieb
>
>
>
>
>
>
>
More information about the opencms-dev
mailing list