Improvement so forms can submit to iframe
Reported by chadanuk | July 6th, 2009 @ 08:42 AM | in 1.0
Window.js line 619
Was working on something where I needed to submit a form to the iframe in the window and had to add a 'name' attribute to the iframe.
Previous
@@@javascript
iframeTemplate: new Template('<iframe src="#{href}" width="100%" height="100%" frameborder="0"></iframe>'),
###New###
@@@javascript
iframeTemplate: new Template('<iframe src="#{href}" name="modal-window-iframe" width="100%" height="100%" frameborder="0"></iframe>'),
Comments and changes to this ticket
-
Nathan L Smith July 31st, 2009 @ 01:14 PM
- Assigned user cleared.
- State changed from new to unconfirmed
-
Nathan L Smith August 13th, 2009 @ 08:14 PM
- Assigned user set to Ryan Johnson
- State changed from unconfirmed to invalid
Please Sign in or create a free account to add a new ticket.
With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป
NOTE: Please do not open tickets here. If you have an issue, please open it on http://github.com/syntacticx/livepipe-ui/issues/
High quality widgets and controls for web 2.0 applications built using the Prototype JavaScript Framework. Each control is well tested, highly extensible, fully documented and degrades gracefully for non JavaScript enabled browsers where possible. MIT licensed and actively maintained.