Chen Kankan | 19 Aug 05:08
Favicon

Puzzle in InlineEditBox

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

Gmane