I already tried that, but it does not work. As described above I am clicking on an input field. I have an event defined to process the click and fire a popup. From that popup I have a couple buttons, and one of them has an event to close that popup and focus on the same input field I clicked. The po...
I need to open a popup window when an input field is clicked, but when the button in the popup is pressed I need the popup to close and focus on the same field that was just clicked. It seems to me the best way to do this is to use a click event that closes the popup and focuses on the input field. ...
My original intention was to create the code in Appery, export the HTML5 code and add the PHP code to use on the server. The only problem is that if I need to make GUI changes in Appery I would need to export the code again and re-add the PHP code. This could become very cumbersome. I will look at d...
I am building a web app, but the back end will be processed on a PHP server. I am trying to figure out how to build the forms since the input fields and buttons (for submitting) don't use the FORM tag. I see the HTML control has a FORM type. How do I use the two together? What is the best way to use...