Hallo Forum
Ich hab ein Problem nämlich folgendes:
Ich bin gerade ein WebDesktop am Programmieren und nun möchte ich ein Dock integrieren. Das Dock läuft alles gut. Nur kann das Dock aber nicht die mbcontainer öffnen :S Folgender Code:
hat das jemand schon einmal gemacht, oder kann mir sont helfen?
Vielen Dank
Sanoi
Ich hab ein Problem nämlich folgendes:
Ich bin gerade ein WebDesktop am Programmieren und nun möchte ich ein Dock integrieren. Das Dock läuft alles gut. Nur kann das Dock aber nicht die mbcontainer öffnen :S Folgender Code:
PHP:
<body>
<div id="c1" class="containerPlus draggable resizable {buttons:'m,i,c', icon:'browser.png', skin:'black', width:'500',iconized:'true', title:'container 1'}" style="position:fixed;top:130px;left:400px">
<div class="evidence">
<h3>Container 1 with dock placeholder!</h3>
<p>Loock at the code to see how to make a dock placeholder</p>
</div>
<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Cras metus. Maecenas justo elit, lacinia sit amet, cursus ut, sagittis sed, eros. Suspendisse potenti. Maecenas nec nisi. Donec vestibulum sollicitudin tellus. Sed consequat pellentesque ante. Vestibulum turpis quam, vulputate nec, nonummy convallis, ultrices congue, ligula. Ut rutrum leo et orci. Proin pharetra. Nam non sem ut eros fringilla ornare. In ullamcorper lorem eget ipsum. Suspendisse semper enim in arcu cursus consectetuer. Suspendisse potenti. Proin libero eros, adipiscing quis, volutpat in, ultrices ut, lacus.</p>
<p>Nulla facilisi. Vestibulum vel magna in ante lobortis semper. Integer posuere justo et urna. Vestibulum sit amet sapien ut quam tempor fringilla. Fusce a neque a enim mattis dapibus. Ends with a paragraph element!</p>
</div>
<div id="dock">
<a href="javascript:('#c1').mb_open()"><img src="img/graphs.png" /></a>
<a href="http://www.google.ch/"><img src="img/home.png" /></a>
<a href="http://www.google.ch/"><img src="img/htop.png" /></a>
<a href="http://www.google.ch/"><img src="img/info.png" /></a>
<a href="http://www.google.ch/"><img src="img/mount.png" /></a>
<a href="http://www.google.ch/"><img src="img/uptime.png" /></a>
</div>
</body>
Vielen Dank
Sanoi