Dojo Question:
Download Job Interview Questions and Answers PDF
Example of Dojo script using widgets?
Answer:
<script>
dojo.require(”dojo.widget.Editor2”);
</script>
<!-- ... -->
<textarea dojoType=”Editor2”>
...
</textarea>
dojo.require(”dojo.widget.Editor2”);
</script>
<!-- ... -->
<textarea dojoType=”Editor2”>
...
</textarea>
Download Dojo Interview Questions And Answers
PDF
Previous Question | Next Question |
What is Widget Toolkit in Dojo? | What are the disadvantages of Dojo? |