Please look at this code, the textbox has a 'value1' set as a default value. If you modify its value at runtime, then call 'reset' method, the value will be reset to 'value1'. But if you call 'clear' method, the value will be empty.
<input class="easyui-textbox" value="value1" name="address" style="width:100%">