cancel
Showing results for 
Search instead for 
Did you mean: 

THTMLB Tableview Header Icon

Former Member
0 Kudos

Hi,

I want insert an icon in the header of a THTMLB Tablevew using Iterator.

I have the method IF_HTMLB_TABLEVIEW_ITERATOR~GET_COLUMN_DEFINITIONS but I dont know as do it.

Thanks,

Regards,

Jose.

Accepted Solutions (0)

Answers (5)

Answers (5)

Former Member
0 Kudos

Hello.

Now, we have the same problem with ICONS in the header of a THTMLB:CELLERATOR.

Could anyone help us?

Thanks.

Former Member
0 Kudos

Hi,

I have seen that in BSPs the ICON in the header is set in the ITERATOR IF_HTMLB_TABLEVIEW_ITERATOR~GET_COLUMN_DEFINITIONS in the field TITLE, for example, doing this:

column_tableview-title = '<table width="100%"><tr><td align="left"><font size="2"> HELLO </font></td>', and then in the <htmlb content the atribute FORCEENCODE is set to ENABLED>

I have tested it in CRM2007 and in my column header is shown "<table width="100%"><tr>......". I have tested setting the field column_tableview-encode=X and it doesnt work fine...

Anybody can help me?

Thanks.

Former Member
0 Kudos

I want the ICON in the HEADER of one column...

Thanks.

Former Member
0 Kudos

I have chacked this class (CL_IUICOVW_ACCCONTRACT_IT) and the example is in a CELL. I want an in the column HEADER. I supposed that it will be using any field of TABLEVIEWCONTROL structure...

Thanks for help me.

yevgen_trukhin
Advisor
Advisor
0 Kudos

Hello Jose,

Check CL_IUICOVW_ACCCONTRACT_IT class for sample implementation.

Best Regards,

Yevgen