I don't understand the Dojo documentation -
i'm beginner in dojo. first of javascript based? example create form have use javascript or html tags?
also cannot understand documentation , tutorials. it's confusing. there proper website (other dojo itself) has tutorials?
you can use dojo's components's (widgets) in 2 ways. programmatic , declaritive. programmatic way (what talking about) defining widgets through use of javascript. declaritive can define them using html markup. david walsh has nice short writeup , if search "declaritive programmatic dojo" you'll find questions , answers on matter:
- https://davidwalsh.name/dojo-widget
- difference between programmatically vs declaratively created widgets in dojo?
- declarative coding or programmatic coding in dojo projects?
- declarative or programatic approach in dojo?
if you're having trouble tutorials on dojo website, suspect you're better off, first diving basic beginner javascript tutorials before trying learn framework dojo. concur comment ferry made on question, there no better resources actual dojo website. recommend following every tutorial, starting hello dojo tutorial , working way don't miss out on basic concepts you'll need when read harder tutorials. luck!
Comments
Post a Comment