[opencms-dev] Questions about development modules

Gómez Romero, Mª del Carmen MCGOMEZ at sadiel.es
Mon Jul 12 13:54:01 CEST 2004


About point 2, it is a html page. But problem is that my page show the
content of template but it don't show the content own of the page.
	<h1>text</h1>

-----Mensaje original-----
De: opencms-dev-admin at opencms.org
[mailto:opencms-dev-admin at opencms.org]En nombre de Schulz, Rainer
Enviado el: lunes, 12 de julio de 2004 10:01
Para: 'opencms-dev at opencms.org'
Asunto: AW: [opencms-dev] Questions about development modules


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
_______________________________________________
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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/x-pkcs7-signature
Size: 1909 bytes
Desc: not available
URL: <https://webmail.opencms.org/pipermail/opencms-dev/attachments/20040712/11f6d9e2/attachment.bin>


More information about the opencms-dev mailing list