Columns | |||||
Since build 8 the OCX supports the free definition of the columns to be displayed. In principle all available fields can be displayed. Available means: they are included in the field list of the index of DigaIndex. In addition there are 4 internal "fields" which can be displayed (including "Group"). The format of the parameter is:
"Field(Header)[Type]{Width},Field2..." The Header is displayed in the column header, if it is not defined the fieldname is displayed. Type is the datatype, one of: Text, Integer, Bool, Date, Time, Timestamp, Length, Duration, Special. Length means a length like 00:01:20.123 in the XML data, duration means a duration in milliseconds in the XML data. Special can only be used for the internal fields. Width is the column width in pixel. Standard is 40. The internal fields are visible from the default value of this parameter: "Number[Special],ResultNodeType[Special],Time_Start[Timestamp],Title[Text],SendState[Text],PerformerAuthorEditor[Text],NodeType[Special],Program[Text],Location[Special]" For this standard string the column header and the column width is set automatically to be backward compatible. In build 13 new column is added, Filed="PerformerAuthorEditor". Performer/Author/Editor, just like in the show list of DigAIRange with the same logic, Music_Performer, News_Author, News_Editor tags are required in DigaIndex for correct filling of this field. In build 53 the two fields "Time_Stop" and "Time_Duration" were added. In build 55 the field "Program" (or use "ProgramName" or "Service") was added. |
|||||
|