TeraScript-Talk: modal dialog with dynamic content

2015-09-11 Thread D Mark Weiss
I am using bootstrap. I understand I can define a modal in the HTML and have it open on top of the page. For instance to enter a new student. Those are static fields. But suppose I want to edit a student record and instead of going to a new page, I just want to open a model dialog on top of t

Re: TeraScript-Talk: modal dialog with dynamic content

2015-09-11 Thread Ian Evans
Mark, If you want to load the page with the data pre-rendered in a hidden modal that pops up, you just need to make sure that your modal html is in the page, and your link/button associated with it points to the right element ID. If you want to load the page not knowing what the form will be like