一般动作
登录
Wiki:
BROPEN
▼
:
Document Index
»
Space:
AppWithinMinutes
▼
:
Document Index
»
Page:
Date
搜索
default
页面动作
导出
▼
:
以PDF格式导出
以RTF格式导出
以HTML格式导出
更多动作
▼
:
打印预览
察看源码
欢迎进入Wiki
»
App Within Minutes
»
FormField Class
»
Date
Wiki源代码
Date
在2013-10-01 11:53上被
Administrator
修改
内容
·
评论
(0)
·
附件
(0)
·
记录
·
信息
显示行号
{{velocity}} {{html clean="false"}} ## ## This is a custom displayer used by Date properties. Since 4.3M2 this is the default Date displayer so there is no ## need to use it on new Date properties. We have to keep it because there may be old Date properties that are still using it. ## #set($field = $object.getxWikiClass().get($name)) #set($format = $field.getProperty('dateFormat').value) #set($formattedValue = $escapetool.xml($datetool.format($format, $value))) #if($type == 'edit') ## A simple date picker widget. #set($discard = $xwiki.ssfx.use('uicomponents/widgets/datepicker/calendarDateSelect.css', true)) #set($discard = $xwiki.jsfx.use('uicomponents/widgets/datepicker/calendarDateSelect.js', true)) ## Used to parse and serialize the selected date using the date format specified in the XClass. #set($discard = $xwiki.jsfx.use('uicomponents/widgets/datepicker/simpleDateFormat.js', true)) ## A wrapper over the CalendarDateSelect widget that uses the SimpleDateFormat to parse/serialize the dates. #set($discard = $xwiki.jsfx.use('uicomponents/widgets/datepicker/dateTimePicker.js')) #set($id = $escapetool.xml("${prefix}${name}")) <input type="text" id="$!id" name="$!id" class="datetime t$!value.time" value="$!formattedValue" title="$!escapetool.xml($format)"/> #else $!formattedValue #end {{/html}} {{/velocity}}
快速链接
首页
新闻动态
FAQ