-
element div inside another not work
element div inside another not work
Hi,
Below code cause both div show separately, panel is up, video is down.
but I want the video div inside the panel div, how to do this ?
<script>
var video = new Ext.BoxComponent({
el: 'video-div'
});
new Ext.Panel({
renderTo: 'panel',
width: 650,
height: 500,
items[video]
});
});
</script>
<body>
<div id="panel"></div>
<div id="video-div" class="video-js-box" >
<video id="example_video_1" class="video-js" width="640" height="264" controls="controls" preload="auto" >
<source src="out.ogv" type='video/ogg; codecs="theora, vorbis"' />
</video>
</div>
</body>
BTW, Sencha has support for video type tag ? I know touch already has, how's the desktop ?
Thanks in advance.
Similar Threads
-
By ncardeli in forum Ext 2.x: Help & Discussion
Replies: 17
Last Post: 19 Mar 2010, 7:11 PM
-
By rajeshin in forum Ext 2.x: Help & Discussion
Replies: 5
Last Post: 16 Oct 2008, 8:00 PM
-
By wiulma in forum Ext 2.x: Help & Discussion
Replies: 6
Last Post: 29 Sep 2008, 1:49 AM
-
By nazieb in forum Ext 2.x: Help & Discussion
Replies: 3
Last Post: 24 Jan 2008, 11:35 PM
Tags for this Thread
Sencha is used by over two million developers. Join the community, wherever you’d like that community to be
or Join Us