cf_xptoolbar is a quick solution to create XP style toolbar. This is the un-encrypted version


Features:
- Easy to use, designed to fit your needs
- Support exact or relative positioning and sizing
- Compatible with IE5 and up
- Not limited to create exact XP style toolbar only!
Titles, button type, icon position, almost everything can be customized!
Requirements: Internet Explorer 5 and up ColdFusion 5, MX and up
Usage: <!--- there are over 18 settings you can adjust to suite your needs. Just take a look at XPToolbar.cfm for complete list ---> <cf_xptoolbar name="(mandatory)" top="" left="" width="" height="" bgcolor="" bgcolorhighlight="" bgcolorshadow="" borderwidth="" BorderStyle="" labelpos="(left|right|top|bottom)" labelfontface="" labelfontsize="" labelfontcolor="" iconwidth="" IconHeight="" overColor="" ClickedColor="" PressedColor="">
<cf_XPToolbar_Item name="(mandatory)" type="(regular|checkbox|radio|other|separator)" icon="(image file)" label="(text label, or custom content)" alt="(alt text)" state="(enable|disable|pressed)" action="(URL or javascript action)" target="(target window/frame name)">
</cf_XPToolbar> Very simple!
Examples: http://www.masrizal.com/index.cfm?fuseaction=idea.download_detail&ProductID=cf_xptoolbar
|