• OnColumnClick on DynamicViewPanel

    By Alex James Woodall 1 decade ago

    I can't seem to make the onColumnClick event fire on my DynamicViewPanel.

    I simply added a console log (I also tried an alert!) but nothing fired when I clicked on the cells in the view.

    To ensure it wasn't anything I was doing wrong I also edited my local copy of the Domino_DynamicView.xsp in the XPagesExt.nsf database  but got exactly the same result.

    I'm hoping that I'm not going to look foolish and am trying to make it do something that it doesn't do but the inline documentation suggests that this should work:

     

    <xe:dynamicViewPanel id="dynamicViewPanel1">
    
    ...
    
    </xe:this.data>
    
    <xe:this.onColumnClick><![CDATA[alert("click!")]]></xe:this.onColumnClick>
    
    </xe:dynamicViewPanel>