dojo.require problem
i am working on some ui example, some dojo.require(**) are a little bit old, any replacement for them or can you tell me where can i find those updates?
many thanks!
dojo.require("dojo.widget.*");
dojo.require("dojo.uri.*");
dojo.require("com.ibm.team.repository.web.toolbox.lang.internal.*");
dojo.require("dojo.lang.*");
dojo.require("dojo.json");
dojo.require("com.ibm.team.repository.web.client.layout.LeftNavigationLayout")
many thanks!
dojo.require("dojo.uri.*");
dojo.require("com.ibm.team.repository.web.toolbox.lang.internal.*");
dojo.require("dojo.lang.*");
dojo.require("dojo.json");
dojo.require("com.ibm.team.repository.web.client.layout.LeftNavigationLayout")
2 answers
actually i am trying to run the following example
http://jazz.net/library/LearnItem.jsp?href=content/docs/web-ui-programming/web-ui-todo-client.html
the error comes in javacript at codes like "dojo.require("dojo.widget.*"); "
by the way, do i have to use jazz page extensions for my web ui works, since i am not familiar with the way to describe a widget using dojo.widget.defineWidget ?
http://jazz.net/library/LearnItem.jsp?href=content/docs/web-ui-programming/web-ui-todo-client.html
the error comes in javacript at codes like "
by the way, do i have to use jazz page extensions for my web ui works, since i am not familiar with the way to describe a widget using dojo.widget.defineWidget ?
i got what i want now.
it seems that there's been some changes through out the web ui program,
and this link http://jazz.net/wiki/bin/view/Main/JazzAjaxTransportDesign talks about the old style of web ui program.
Moreover i found some new resources from here https://jazz.net/wiki/bin/view/WebUIBook/WebHome .
it seems that there's been some changes through out the web ui program,
and this link http://jazz.net/wiki/bin/view/Main/JazzAjaxTransportDesign talks about the old style of web ui program.
Moreover i found some new resources from here https://jazz.net/wiki/bin/view/WebUIBook/WebHome .