我使用dojo創建了這個量表,但現在我需要添加事件給某些元素,在這種情況下添加到textindicator。在dojox/dgauges/TextIndicator上的事件
我一直在閱讀文檔http://bill.dojotoolkit.org/api/1.9/dojox/dgauges/TextIndicator
和DojoX中/ dgauges/TextIndicator可是沒有 '對' 的方法或 '連接',但DojoX中/儀表/ TextIndicator(什麼將被棄用)同時具備。
有沒有辦法將事件添加到我的dojox/dgauges/textindicator中,或者可以將其替換爲其他元素?
這裏我的代碼 http://fiddle.jshell.net/THJqV/11/
例如,我需要一個onclick事件添加到:var indicatorText = new TextIndicator();
感謝!我終於找到了一個類似的方式,我回答了。我不知道哪一個更好 –