Yeah, that's what I get for just glancing at the docs. This <a data-toggle="modal" href="remote.html" data-target="#modal">click me</a>
worked like a charm. Next up, is there a way to submit a form within the same modal window? Sorry for the questions, I've been doing almost entirely server-side stuff for the past few years. Thanks Pete On Wed, Nov 14, 2012 at 10:48 AM, Cameron Childress <[email protected]>wrote: > > Look in the Bootstrap Modal docs under "Via Javascript". Specifically I've > used the "remote" option to accomplish this. That way you can just pull the > modal content off the server on-demand instead of using a static modal. > > http://twitter.github.com/bootstrap/javascript.html#modals > > -Cameron > > On Wed, Nov 14, 2012 at 10:37 AM, Pete Ruckelshaus > <[email protected]>wrote: > > > > I'm playing around with Twitter Bootstrap as a UI solution because, well, > > my design skills are lacking. I like it so far, but I want to use their > > modal windows (not CF's) for forms that I use to add or edit records. > The > > problem is, how do I pass dynamic variables (i.e. the ID of the record > that > > I want to edit) into what is essentially a static modal window that isn't > > accessed via URL > > > > -- > Cameron Childress > -- > p: 678.637.5072 > im: cameroncf > facebook <http://www.facebook.com/cameroncf> | > twitter<http://twitter.com/cameronc> | > google+ <https://profiles.google.com/u/0/117829379451708140985> > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:353166 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

