Hello,
I am wondering how I would go about adding a javascript action to a link within an HTMLFlow. I have the server returning HTML which is dumped into an HTMLFlow an displayed in my center pane. I would like to be able to add hyperlinking within a page (ie. a table of contents) that fire an event.
Since this is all rendered as JS at the end, I figured that I would just have to find the 'onclick' event within the navigation and add that to my HTMLFlow. It's not proving to be that simple though. I'm definitely not a javascript pro, but if there was a programmatic way to determine the correct function name that is called by smartgwt then I should be able to add script code directly into the HTMLFlow that does the same thing right?
thanks
I am wondering how I would go about adding a javascript action to a link within an HTMLFlow. I have the server returning HTML which is dumped into an HTMLFlow an displayed in my center pane. I would like to be able to add hyperlinking within a page (ie. a table of contents) that fire an event.
Since this is all rendered as JS at the end, I figured that I would just have to find the 'onclick' event within the navigation and add that to my HTMLFlow. It's not proving to be that simple though. I'm definitely not a javascript pro, but if there was a programmatic way to determine the correct function name that is called by smartgwt then I should be able to add script code directly into the HTMLFlow that does the same thing right?
thanks
Comment