1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51
|
.TH WOString 3 "June 2006" "SOPE" "SOPE Dynamic Element Reference"
.\" DO NOT EDIT: this file got autogenerated using woapi2man from:
.\" ../DynamicElements/WOString.api
.\"
.\" Copyright (C) 2006 SKYRIX Software AG. All rights reserved.
.\" ====================================================================
.\"
.\" Copyright (C) 2006 SKYRIX Software AG. All rights reserved.
.\"
.\" Check the COPYING file for further information.
.\"
.\" Created with the help of:
.\" http://www.schweikhardt.net/man_page_howto.html
.\"
.SH NAME
WOString
.SH SYNOPSIS
.B WOString
{ value; escapeHTML; numberformat; dateformat; formatter; valueWhenEmpty; insertBR; style; formatterClass; format; }
.SH VALIDATION
No more than one of 'dateformat', 'numberformat', or 'formatter' may be bound
.SH BINDINGS
.IP value
.IP escapeHTML
The value of 'escapeHTML' will be evaluated in a boolean context.
.IP numberformat
Kind: Number Format Strings
.IP dateformat
Kind: Date Format Strings
.IP formatter
.IP valueWhenEmpty
.IP insertBR
The value of 'insertBR' will be evaluated in a boolean context.
.IP style
.IP formatterClass
.IP format
.SH BUGS
SOPE related bugs are collected in the OpenGroupware.org Bugzilla:
http://bugzilla.opengroupware.org/
.SH AUTHOR
The SOPE community <developer at opengroupware.org>.
.SH SEE ALSO
.BR sope-ngobjweb-defaults
|