Answer the question
In order to leave comments, you need to log in
Modx what does the @ symbol mean in a pdoMenu snippet call?
Hello.
Please explain this entry:
[]
I can't get to the ul and li menu tags that are rendered with this snippet.
Thank you.
Answer the question
In order to leave comments, you need to log in
Hello, these are the Parameters (sets of properties), configured in the snippet:
iframe content has its own separate document. To get to it, you need to get the iframe and access its contentDocument.
Here is a very simplified code:
var iframe = document.getElementsByTagName('iframe')[0];
var insideDoc = iframe.contentDocument;
var insideDocTestElem = insideDoc.getElementById('test');
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question