Quantcast
Channel: Adobe Community: Message List - ColdFusion
Viewing all articles
Browse latest Browse all 21760

Re: how to color the tabs of ? Because i am getting an error in java script "Uncaught TypeErro

$
0
0

One of the way would be by calling your defined css style as in below code, whereas you can define one or more attributes in that css style:-

------

<cflayout

    type="border|hbox|tab|vbox" align="center|justify|left|right"  name="string"  padding="integer"

    style="your_defined_css_style"

    tabHeight="measurement"  tabPosition="top|bottom">

        cflayoutarea tags

</cflayout>

-----

 

In this way, you would be able to implement that.

Whereas for error, it looks that getTab is not defined there.

 

Regards,

Kaif Akbar

 

Message was edited by: Kaif Akbar


Viewing all articles
Browse latest Browse all 21760

Trending Articles