phpRunner 6.0 (build 9157)
- Instructions in tutorial for masked input appear to be out of date with new release. Instructions say to place code for script include after {END flybody} tag. I cant find that tag.
- I was able to include the script at the end of the HTML for the add page and have it work, but only if the add page is shown in a popup. I can change back and forth between showing the add page as a popup or not on the Choose Pages option and the masked input works only in the popup add page.
3.Here's what finally worked in both popup and regular Add Pages and the location in the Add Page HTML where I added the <script> snippet. Notice the additional </script> tag not in the tutorial...
colSpan=3><!--%%bottom%%--></TD></TR></TBODY></TABLE>{$footer}
<script type=text/javascript src="include/jquery.maskedinput-1.3.js"></script>
{END body} </BODY></HTML>