Hallo DHX Team,
I gotta question about customizing my Details form at your product SCHEDULER:
I read the tuturial about customizing forms and could recreate it of course, but for sure i have not get it in depth what happend…
Could you try to explain me the functions set get and focus?
I mean, if i add another field to the form, i have to add this one to the events.php at the end of the “render_table” function, right?
Also i have to mention it in the my_Editor render fucntion (the one with (sns)…) like
right?
But now it stopps. Where are these NODES for? Haven’t find a clue in Documents or KBase.
set_value:function(node,value,ev){
node.childNodes[1].value=value||"";
node.childNodes[4].value=ev.occupation||"";
},
get_value:function(node,ev){
ev.occupation= node.childNodes[4].value;
return node.childNodes[1].value;
}
where are the Numbers from? How could i add more fields and how i have to call them? like above OCCUPATION?
So sorry taht i have no clue, but want to make it… I like thisfree scheduler

Another question is,if there is any Example fo radduing a checkbox to form.
If there is anywhere an example of another Hand-Made Form than the one in the documents, i could try to get it out on my own

Thanks, Homer