다른 명령
편집 요약 없음 |
편집 요약 없음 |
||
1번째 줄: | 1번째 줄: | ||
<includeonly> | <includeonly> | ||
<parameters> | |||
<param name="url" type="string" required="true" /> | |||
<param name="width" type="string" default="100%" /> | |||
<param name="height" type="string" default="700px" /> | |||
</parameters> | |||
<html> | <html> | ||
<iframe | <iframe | ||
src=" | src="$url" | ||
width="$width" | width="$width" | ||
height="$height" | height="$height" |