Basic help need in Dojo

in

Required help about dojo api and how we use in our html pages

Comments

It does not work fine ....

i m trying to show the InlineEditor but doesn't show ....please help me..
the code is that....

InlineEdit Demo

@import "dojo/dojo/resources/dojo.css";
@import "dojo/dijit/themes/tundra/tundra.css";

dojo.require("dojo.parser");
dojo.require("dijit.form.InlineEditBox");
dojo.require("dijit.form.Textarea");

Edit Please:

vinod

when i run on explorer so simple show textarea....not inlineEditor....
Waqas Qureshi
Software Engineer
GenITeam Systems

It does not work fine ....

i m trying to show the InlineEditor but doesn't show ....please help me..
the code is that....

InlineEdit Demo

@import "dojo/dojo/resources/dojo.css";
@import "dojo/dijit/themes/tundra/tundra.css";

dojo.require("dojo.parser");
dojo.require("dijit.form.InlineEditBox");
dojo.require("dijit.form.Textarea");

Edit Please:

vinod

when i run on explorer so simple show textarea....not inlineEditor....
Waqas Qureshi
Software Engineer
GenITeam Systems

Back to top