2026-07-28 06:17:22 - ADF Reset Error: You must be logged in to perform this operation.
LEFT COLUMN
MAIN COLUMN

Widget QA List

Widgets
Accordion Textblock
Accordion Textblock (dev)
Copy of Fred Test Hero Carousel
Copy of Hero Carousel Widget
Fred Test Hero Carousel
Icon Counter Dev
Map (Bing)
Map (Google)
Map Advanced
Map Advanced (Bing)
Photo Gallery Carousel Widget
Photo Gallery Widget2
ReadMore Tabbed
Vertical Tabs
Vertical Tabs Old
Video Textblock (Player on page) - TEST
Video Textblock Single
Common Features
Button Options - All (effect: default)
Button Options - All (effect: none)
Button Options - Fill (effect: darken)
Button Options - Fill (effect: lighten)
Button Options - Link
Button Options - Outlined (effect: fill)
Metadata Error Handling
Widgets - QA Complete!
Buttons
Hero Carousel Widget
Horizontal Tabs Mobile
Horizontal Tabs Mobile Circle
Horizontal Tabs Widget
Icon Textblock
Icon Textblock Counter
Image Textblock
Image Textblock Carousel
Image Textblock Rollover
Read More Container
Read More Page Index
Read More Textblock
Read More Textblock (without Header)
Scroll Spy Container
Slider Menu
Split Screen Carousel
Video Textblock
Video Textblock (Player on page)

CS Widget Packaging Tool

Run the code to update the widget/packet zip files based on the file system changes.

/customcf/update-widget.cfm

You will need to update the widget-def.cfm file in folder /cust/webroot/site1/_cs_widgets/_common/tools/.

add a widget like

    abbr = 'imagetextblock';
    packetPath = '#pRootDir#csw-#abbr#/';
    _widget = {};
    _widget.name = 'Image Textblock';
    _widget.file = 'csw-#abbr#-widget.zip';
    _widget.packetArray = [
        '#commonPath#CSWidgetButtonSizes-Custom-Element-with-data.zip',
        '#commonPath#CSWidgetButtonStyles-Custom-Element-with-data.zip',
        '#commonPath#CSWidgetColors-Custom-Element-with-data.zip',
        '#commonPath#CSWidgetSizes-Custom-Element-with-data.zip',

        '#packetPath#CSW-ImageTextBlock-Metadata-Form.zip',
        '#packetPath#CSW-Image-Textblock-Widget-Generic-Custom-Render-Handler.zip',
        '#packetPath#Image-Textblock-Widget-Custom-Element.zip'];
    ArrayAppend(allWidgets, _widget);