Skip to content

Commit

Permalink
* Updating IFrame Documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
cpojer committed Sep 10, 2010
1 parent f67407b commit 0f6cf5c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Docs/Element/Element.md
Expand Up @@ -1749,9 +1749,8 @@ Creates an IFrame HTML Element and extends its window and document with MooTools

### Notes:

- If the IFrame is from the same domain as the "host" or running locally, its document and window will be extended with MooTools functionalities, allowing you to fully use MooTools within it.
- If the IFrame already exists and has a different name than id, the name will be made the same as the id.
- If the IFrame is from a different domain, its window and document will not be extended with MooTools methods.
- An IFrame's window and document will not be extended with MooTools methods.



Expand Down

0 comments on commit 0f6cf5c

Please sign in to comment.