For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!
Hello,
By increasing the size of the output text in the nodes I made the following:
However the row selection and the lines continue to be small and I need row selection.
Hi Pamela,
Have your tried increasing the nodes text through skinning?
You could apply the following in your adf skin:
af|tree::node-stamp-text, af|tree::data-row:selected af|tree::node-stamp-text{
font-size: x-large;
}
Regards
Hi,
Try using this in the column of your table.
inlineStyle="line-height:40px;"
AJ
It works great thanks!
Perfect thanks!