Content Management and Capture

Content Management and Capture

Come for answers. Stay for best practices. All we’re missing is you.

 View Only
Expand all | Collapse all

ecm/widget/listView/ContentList with check boxes

  • 1.  ecm/widget/listView/ContentList with check boxes

    Posted 08/04/20 01:39 PM

    Hello Everyone,

    I am having a big time difficulty in showing checkboxes against every row in the grid. I see there is a property showCheckBoxes in ContentList which I have set it to true. But still the checkboxes does not show up.

    Here is code snippet.

    <div data-dojo-attach-point="dsResultsSearchPane" 

    data-dojo-type="dijit/layout/ContentPane" 

    class="FormBox">

    <div 

    id="${id}_dsResultsSearch" 

    data-dojo-attach-point="dsResultsSearch" 

    data-dojo-type="ecm/widget/listView/ContentList" 

    data-dojo-props="showCheckboxes:true"

    style="width: 75%; height: 100%;">

    </div>

    </div>

    Do I have to add an extra column while setting up the table structure (columns, headers etc.) or while loading the data?



    #IBMContentNavigator(ICN)
    #Support
    #SupportMigration


  • 2.  RE: ecm/widget/listView/ContentList with check boxes

    Posted 08/05/20 04:13 AM

    Hi,

    Yes, I think you need to add an extra column to deal with the checkboxes.

    BTW, this feature is already implemented in ICN 3.0.8 release. You can consider to upgrade ICN and it can be officially supported when having issues.

    Thanks,

    Jason



    #IBMContentNavigator(ICN)
    #Support
    #SupportMigration