property group design
PostPosted:Tue Nov 13, 2012 12:57 pm
hi,
im using openkm 5.1.10
is the a way to control the apperance of property group to be as a table?
i have a lot of field andit will be along list thats way i want to organize it as table?
so it can appear like this, assumind there is no repeating data. this is my property .xml
im using openkm 5.1.10
is the a way to control the apperance of property group to be as a table?
i have a lot of field andit will be along list thats way i want to organize it as table?
so it can appear like this, assumind there is no repeating data. this is my property .xml
Code: Select all
property.cnd
<property-group label="Patient Labele" name="okg:PatientLable" >
<input label="Patient Name" name="okp:PatientLable.name"/>
<input label="Hospital No" name="okp:PatientLable.number"/>
<input label="Unit/Bed" name="okp:PatientLable.bed"/>
<input label="Birth Date" name="okp:PatientLable.birth" type="date"/>
<input label="Admission" name="okp:PatientLable.admission" type="date"/>
</property-group>Code: Select all
thanks[okg:PatientLable] mixin
- okp:PatientLable.name (string) = '' autocreated
- okp:PatientLable.number (string) = '' autocreated
- okp:PatientLable.bed (string) = '' autocreated
- okp:PatientLable.birth (string) = '' autocreated
- okp:PatientLable.admission (string) = '' autocreated