cancel
Showing results for 
Search instead for 
Did you mean: 

Change table cell to header3

Former Member
0 Kudos

Hi

I have a table full of values.

I want to make certain of these values bold or header3.

I have created a context item to hold the design property but am unsure what type to make the variable.

pls help.

thanks

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

com.sap.ide.webdynpro.uielementdefinitions.TextViewDesign

AM

Former Member
0 Kudos

thanks

I'm using TextViewDesign.

how do I change the value of the design attribute now.

something like wdContext.currentContextElement.setDesignAtt(WDDesign.??)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi,

wdContext.currentContextElement.setDesignAtt(WDTextViewDesign.HEADER3)

Since this is a node attribute you have to create the node elements and set the attribute like the above

AM

Former Member
0 Kudos

If the values displayed in the table are in readonly mode then

changing the design of Table cell during design time,set the column's design property as required.

Former Member
0 Kudos

Hi,

Create a context attribute of type com.sap.ide.webdynpro.uielementdefinitions.TableCellDesign if you want a particular column's design to be changed during runtime.

Hope this helps.

Regards,

M.Subathra