]> err.no Git - sope/blob - Recycler/NGObjDOM/ODR_bind_fieldset.h
fixed a warning in resource manager
[sope] / Recycler / NGObjDOM / ODR_bind_fieldset.h
1 /*
2   Copyright (C) 2000-2003 SKYRIX Software AG
3
4   This file is part of OGo
5
6   OGo is free software; you can redistribute it and/or modify it under
7   the terms of the GNU Lesser General Public License as published by the
8   Free Software Foundation; either version 2, or (at your option) any
9   later version.
10
11   OGo is distributed in the hope that it will be useful, but WITHOUT ANY
12   WARRANTY; without even the implied warranty of MERCHANTABILITY or
13   FITNESS FOR A PARTICULAR PURPOSE.  See the GNU Lesser General Public
14   License for more details.
15
16   You should have received a copy of the GNU Lesser General Public
17   License along with OGo; see the file COPYING.  If not, write to the
18   Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA
19   02111-1307, USA.
20 */
21 // $Id$
22
23 /*
24   attributes:
25
26     <fieldset>:
27     
28        labelcolor   - bgColor of label-td
29        contentcolor - bgColor of content-td
30        labelwidth   - width   of label-td
31        fontcolor    - font color of labelstrings
32        fontsize     - font size  of labelstrings
33        fontface     - font face  of labelstrings
34
35     <field>:
36
37        label        - label string
38
39   structure:
40
41     <var:fieldset>
42     
43        <var:field label="label string">
44          <var:label>label content</var:label>
45          < ... some content ...>
46        </var:field>
47
48        ...
49        
50     </var:fieldset>
51
52 */
53
54 #ifndef __NGObjDOM_ODR_bind_fieldset_h__
55 #define __NGObjDOM_ODR_bind_fieldset_h__
56
57 #include <NGObjDOM/ODNodeRenderer.h>
58
59 @interface ODR_bind_fieldset : ODNodeRenderer
60 @end
61
62 #endif /* __NGObjDOM_ODR_bind_fieldset_h__ */