文章列表
WebDAV_access_to_the_OpenCms_VFS
http://opencms-wiki.org/wiki/WebDAV_access_to_the_OpenCms_VFS
http://docs.opencmshispano.com/alkacon-documentation/documentation_webdav/configuration_webdav.html
http://stackoverflow.com/questions/3834923/opencms-production-practices
转自:http://www.mulesoft.com/tomcat-eclipse
Apache Tomcat Eclipse Integration
An Illustrated Quick Start Guide
Apache Tomcat makes hosting your applications easy. The Eclipse IDE makes development easy. It's simple math. If you haven't integrated Tomcat into your Eclipse environment, y ...
java code--遍历目录和文档
- 博客分类:
- opencms
from:http://opencms-forum.de/opencms-forum/viewthread?thread=1211&lastpage=yes
<c:set var="p_nsjg" >/nsjg/</c:set>
<%
CmsJspActionElement action = new CmsJspActionElement(pageContext,request,response);
CmsObject cms = action.getCmsObject();
try {
...
opencms urls
- 博客分类:
- opencms
http://arquivo.bng-galiza.org/opencms/opencms/alkacon-documentation/documentation_taglib/docu_tag_info.html
http://192.168.1.207:8080/opencms/index/index.html#
<cms:info property="opencms.request.uri" />
return: /index/index.html
<cms:info property="opencms.uri" /> ...
1、freemarker macro
2、include jsp file
3、数组化变化的部分,使用循环来实现
4、jsp tag
http://arquivo.bng-galiza.org/opencms/opencms/alkacon-documentation/documentation_taglib/docu_tag_property.html
<cms:property> 用于获取资源属性值
<cms:property name="Title" file="/ldhd/" />
opencms 取图片路径问题
- 博客分类:
- opencms
<cms:link><cms:contentshow element="Image"/></cms:link>
不加cms:link的话会缺少前面的base opencms/opencms/
一、
根据《OpenCMS内容管理入门指南》
4.4 XSD 高级配置
给文档的日期字段映射到collector.date字段,然后使用已有的allInFolderPriorityDateDesc来排序
<mappings>
<mapping element="Title" mapto="property:Title"/>
<mapping element="Keywords" mapto="property:Keywords"/>
<mapping ...