Last active
August 29, 2015 14:04
-
-
Save jonyt/ffebbd0a5335a1fbb1ec to your computer and use it in GitHub Desktop.
Boxit widget example usage - dropdown only
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<html> | |
<head> | |
<title>דוגמא</title> | |
</head> | |
<body> | |
<form> | |
<script type="text/javascript" src="http://www.boxit.co.il/exmp/js/dropdown.js"></script> | |
<script type="text/javascript">Boxit.create();</script> | |
<input type="submit" value="הזמן"> | |
</form> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment