How do use dojo TextBox attr function to get value?
- by gath
How can i get the value of a Dojo TextBox?
Am doing this;
dijit.byId("textName").getValue();
But firbug tells me getValue() is deprecated! is use attr('value')!
but i have no clue on how to use attr('value') function
Help
Gath