Forms for entering variables - not table field data
Posted: Tue Dec 02, 2014 7:42 am
I am still working through nuBuilder's way of doing things. I am at a point where I want to create a form that allows the user to choose what he/she will enter. I want them to be able to look at their account by clicking a button to enter either their email address or their name or their member id #. (I do not want a user to see all the other users in a brouse form.) Once they have selected the button I want the form to remove the choices and present them with a way to enter the one they opted for. None of these buttons or fields are in a table. They are just working with variables. I found a clue to doing this in the documentation under JavaScript functions|nuAjax(pCode [, pFunctionName]). It starts by saying: "The AjaxStart button calls nuAjax('5','goAjax') when clicked." It sounds good, but I don't know where this button is or how to create one like it. Can someone show me the details of this button? Where does the call go and what does it look like exactly? When this button is clicked does a new form open? The documentation shows a form that has the title Ajax Demo. Iss this form predefined or does Ajax or some other service create it on the fly? Where do I find how to do this? Is there a place to go see this Ajax Demo and see the nuBuilder info that makes it work?
I have seen references to creating an html object so a JavaScript can put something into it (like a total for an invoice). I would like specific help on creating this object. I think I could find this in the demo shown in the video tutorials if I could get to the nuBuilder info that controls it. Is this possible?
I have seen references to creating an html object so a JavaScript can put something into it (like a total for an invoice). I would like specific help on creating this object. I think I could find this in the demo shown in the video tutorials if I could get to the nuBuilder info that controls it. Is this possible?