• onColumnClick event on DynamicViewPanel

    By Alex James Woodall 1 decade ago

    Is anyone successfully using the  onColumnClick event on DynamicViewPanel in the XPagesExtensionLibraryOpenNTF-853.20121217-1354 revision of the library?

    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:
     

    ...

    CDATA[alert("click!")]]>

    As well as adding the Client Side Javascript via the All Properties list I also used the Events tab and selected Client Side then used the Script Editor which allowed me to add the code and gave the following source but it would not compile:


    ...


                       

    The compiler told me that the Event could not be added.

    Please help a newbie, I really like lots of what the Extension Library has to offer!

    Cheers

    Alex