cisco2103 Report post Posted July 21, 2009 I am trying to create a dynamic editable angular and everything works until I get to here when I change the dial. Any help would be greatly appreciated. Thanks, Terry function FC_ChartUpdated(DOMId){ if (DOMId == "chart1") { //Get the changed value var chartRef = getChartFromId(DOMId);dialValue = chartRef.getDataForId( "CS"); //... Do what your application demands... } } Share this post Link to post Share on other sites
Guest Rajroop Report post Posted July 22, 2009 Hello, Could you please specify a bit more on what you mean by: 'change the dial'? Looking forward to your reply. Share this post Link to post Share on other sites