Puzzle in InlineEditBox
Subject: Puzzle in InlineEditBox
Newsgroups: gmane.comp.web.dojo.user
Date: 2008-08-19 03:08:48 GMT
Dear Sir or Madam:
Thank you for your gaze, now I have some confusion in "dijit.InlineEditBox". My code as bellow:
<span dojoType="dijit.InlineEditBox" id="myInlineEdit" onChange="myHandler(this.id,arguments[0])" renderAsHtml="false">
<input dojoType="dijit.form.TextBox" id="textValue" value="Edit me - I trigger the onChange callback"></span>
The function behave normal, a TextBox widget containing the text "Edit me - I trigger the onChange callback" appears when I click the text, but the only unsatisfactorily point is that the appeared text is not the normally text, the content as follow:
<INPUT id=textValue value="Edit me - I trigger the onChange callback" dojoType="dijit.form.TextBox" _zipIdx="1">
I have no idea why this situation happened, and whether my fault or the bug.
Ultimately, I am expecting for your help. Thank you! (PS: I am so sorry if my bad English puzzle you!)
Best Regards
chen kankan
_______________________________________________ FAQ: http://dojotoolkit.org/support/faq Book: http://dojotoolkit.org/docs/book Forums: http://dojotoolkit.org/forum Dojo-interest <at> dojotoolkit.org http://turtle.dojotoolkit.org/mailman/listinfo/dojo-interest
RSS Feed