ESH/assets/dhtmlxCombo/samples/options/frm1.html.bak.bak
2024-10-23 18:28:06 +05:30

57 lines
1.8 KiB
Plaintext

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Initialization</title>
<script>
window.dhx_globalImgPath="../../codebase/imgs/";
</script>
<link rel="STYLESHEET" type="text/css" href="../../codebase/dhtmlxcombo.css">
<script src="../../codebase/dhtmlxcommon.js"></script>
<script src="../../codebase/dhtmlxcombo.js"></script>
<script src="../../codebase/ext/dhtmlxcombo_whp.js" type="text/javascript"></script>
</head>
<body>
<link rel='STYLESHEET' type='text/css' href='../common/style.css'>
<table cellspacing="0" cellpadding="0" class="sample_header" border="0">
<tr valign="middle">
<!-- COMPONENT ICON -->
<td width="40" align="center"><img src="../common/dhtmlxcombo_icon.gif" border="0"></td>
<!-- COMPONENT NAME -->
<td width="150" align="left" nowrap="true">Sample: dhtmlxCombo</td>
<!-- SAMPLE TITLE -->
<td width="0" align="left" nowrap><b>Initialization</b></td>
<!-- LINK TO COMPONENT PAGE -->
<td width="0" align="right"><a href="http://www.dhtmlx.com/docs/products/dhtmlxCombo/index.shtml">dhtmlxCombo main page</a></td>
<!-- CLOSE BUTTON -->
<td width="50"><div class="sample_close"><a href="javascript:void(0);" onclick="self.close();"><img src="../common/sample_close.gif" width="14" height="14" border="0" alt="X"></a></div></td>
</tr>
</table>
Combo in iframe
<table>
<tr>
<td style="padding-top:130"><div id="combo_zone2" style="width:200px; height:30px;"></div></td>
</tr>
</table>
<script>
var z=new dhtmlXCombo("combo_zone2","alfa2",200);
z.loadXML("data.xml");
z.enableOptionAutoPositioning();
</script>
<!-- FOOTER -->
<table callspacing="0" cellpadding="0" border="0" class="sample_footer"><tr><td style="padding-left: 8px;">&copy; <a href="http://www.dhtmlx.com">DHTMLX LTD</a>. All rights reserved</td></tr></table>
<!-- FOOTER -->
</body>
</html>