How to open popupwindow while clicking on Display tag column.
I have popupSmallWindow(this, 'update') javascript to open the popup. i need to call this from display tag.while clicking this below column.
paramName = "propertyTypeId"
Value = propertyType.propertyTypeId
action= editType.action
And need to call popupSmallWindow(this, 'update')
<displayEL:column property="propertyType.propertyTypeName"
titleKey="common.propertytype" sortable="true" style="width:30%" />
plz help o this.