For help with installation, bugs reports or feature requests, please head over to our new forums.
Genuitec Community on GitHub
- This topic has 1 reply, 2 voices, and was last updated 14 years, 11 months ago by
support-michael.
-
AuthorPosts
-
GlanzlichterMemberDear Team,
my english is not the best, but I hope you can understand me.
I like to use a combobox and have two questions to this.
Can I change the size, how can I chance the size?
I will start videos or another sides about the menu from the combobox.
It doesen’t works.
Pleas help me.best regards
HaraldHere is the code from the Combbox:
<!DOCTYPE HTML>
<html manifest=”test.manifest”>
<head>
<title>test</title>
<meta name=”generator” content=”MobiOne Studio – Design Center, http://genuitec.com/mobile“/>
<meta name=”viewport” content=
“width=device-width; initial-scale=1.0; maximum-scale=1.0; user-scalable=0″/>
<meta http-equiv=”Content-Type” content=”text/html; charset=UTF-8″/>
<meta name=”apple-mobile-web-app-capable” content=”yes”/>
<link rel=”stylesheet” href=”test.css”/>
<script type=”text/javascript” src=”res/jquery-1.3.2.min.js”></script>
<script type=”text/javascript” src=”res/preloadCssImages.js”></script>
<script type=”text/javascript” src=”res/iscroll.js”></script>
<script type=”text/javascript” src=”test.js”></script>
<script type=”text/javascript” src=”res/phoneui.js”></script>
<script type=”text/javascript” src=”test_custom.js”></script>
</head>
<body>
<div class=”m1-top-root”>
<!– Loading spinner –>
<div class=”m1-loading”>
<div>
<canvas class=”m1-loading-spinner” width=”25″ height=”25″></canvas>
<span class=”m1-loading-text”></span>
</div>
</div>
<!– Prompt to be shown for adding page on homescreen –>
<canvas class=”m1-homescreen-prompt” width=”250″ height=”120″></canvas>
<!– ***** test ***** –>
<div id=”m1-test” class=”m1-root”>
<div id=”m1-test-panel1″ class=”m1-iscroll-wrapper”>
<div id=”m1-test-” class=”m1-iscroll-scroller” data-bounce=”true”>
<div id=”m1-test-combobox1″
class=”m1-select-list-menu-spinner m1-iscroll-no-prevent-default m1-combobox” name=
“combobox1″ data-hiddenInputId=”m1-test-hidden-select-combobox1” data-selectionInfoId=
“m1-test-combobox1″ data-multiple=”false”></div>
</div>
</div>
<div class=”m1-aux-hidden-div”>
<select id=”m1-test-hidden-select-combobox1″ name=”combobox1″>
<option value=”value1″ label=”Auswahl” selected>Auswahl</option>
<option value=”value2″ label=”Ziel 1″>Ziel 1<option>
<option value=”value3″ label=”Ziel 2″>Ziel 2</option>
<option value=”value4″ label=”Ziel 3″>Ziel 3</option>
<option value=”value5″ label=”Item 5″>Item 5</option>
</select>
</div>
</div>
</div>
</body>
</html>I like to make a link to a webside, or video,
Here ist the Link about a video:
http://j34.video2.blip.tv/12500009130259/Blende8-Folge46BildstabilisatorenTheoriePraxis897.mp4Can you write me please the code
Thanks for your help
HaraldSeptember 6, 2011 at 8:59 am #319513
support-michaelKeymasterThe combo widget in 1.2.2 and earlier releases has fixed size which is a limitation which has been fixed and will be available next week with the release of MobiOne version 1.2.3.
I will follow up later today with more info on your video question.
-
AuthorPosts
