The instructions were: “Put the buttons into a Container. Use Form2.appendChild(conButtons) to add the Container to whatever form is showing.”
-
Using a dummy container, I tried the code:
Form2.append_Child(CoIcons) in Form2
(Note the added ‘underline’ after “append”) and got an error message stating that it’s not a function.???
(Note that the container (CoIcons) was in Form1) -
Where does the code for processing the buttons go?
Tom