AW: [opencms-dev] Questions about development modules
    Schulz, Rainer 
    Rainer.Schulz at bonprix.net
       
    Mon Jul 12 10:03:00 CEST 2004
    
    
  
Hi, 
point 1 : sorry, don't know
point 2 : is it a html page or a jsp page ? When you have a html page, wich
should use the jsp template, then you do not have to define the <cms:include
....> tag, because html will ignore these tags. You only have to use your
template as normal. But you have to define in your jsp template the body tag
: <cms:template element="content">
	
<cms:include element="body"/>
	
</cms:template>
When you would like to use a jsp page, with your template, then read the
example. There you have to define the template as a property, and so
on......
point 3: sorry, i don't use the wysiwig
point 4: i think, it's for the news ......
-----Ursprüngliche Nachricht-----
Von: Gómez Romero, Mª del Carmen [mailto:MCGOMEZ at sadiel.es]
Gesendet: Montag, 12. Juli 2004 09:49
An: Opencms (E-mail)
Betreff: [opencms-dev] Questions about development modules
Hi,
I have a few doubts about development with OpenCMS:
1. Can I do backoffice with JSP templates? How can I do it? Can anybody to
send example?
2. I have a module with JSP templates and I have a page with include for my
template:
		<%@ page session="false" %>
		<%@ taglib prefix="cms"
uri="http://www.opencms.org/taglib/cms" %>
		<cms:include property="template" element="head" />
		<h1>text</h1>
		<cms:include property="template" element="foot" />
I have a problem that the html code insert isn't showed. Why?
3. I have read about Customize WYSIWYG but I don't understand very well how
do it and what for.
4. I have see in administration a icon to Channels. What is it? 
I hope anybody can help me. Thanks.
Cheers,
Mª del Carmen Gómez Romero
e-mail: mcgomez at sadiel.es
Sevilla (España)
_______________________________________________
This mail is send to you from the opencms-dev mailing list
To change your list options, or to unsubscribe from the list, please visit
http://mail.opencms.org/mailman/listinfo/opencms-dev
    
    
More information about the opencms-dev
mailing list