Categories | Question details Back To List | ||
how to write javascript method when column type is link? I set a column type link, when click willful cell of the column,need pop up a new page window, but now it doesn't work.I debug this problem some days. how do i write correct javascript?thank you Answer posted by Support on Apr 24, 2008 02:55 You can use next syntax <cell> Text ^javascript:customCode()^_self</cell> |