Forum Replies Created
-
Author
-
thanks for the reply Christopher.
April 10, 2015 at 2:52 pm in reply to: image before a jqxPasswordInput image before a jqxPasswordInput #69770Hi , thanks for the reply , but I want to do with jqxPasswordInput what he does jqxInput , but not achievement. not if it can be done or am doing something wrong.
<!DOCTYPE html>
<html lang=”en”>
<head>
<link rel=”stylesheet” href=”../../jqwidgets/styles/jqx.base.css” type=”text/css” />
<script type=”text/javascript” src=”../../scripts/jquery-1.11.1.min.js”></script>
<script type=”text/javascript” src=”../../jqwidgets/jqxcore.js”></script>
<script type=”text/javascript” src=”../../jqwidgets/jqxpasswordinput.js”></script>
<script type=”text/javascript” src=”../../jqwidgets/jqxbuttons.js”></script>
<script type=”text/javascript”>
$(document).ready(function () {
$(“#input”).jqxpasswordinput({
height: 23,
width: 250,
});$(“#search”).click(function () {
var value = $(“#input”).val();
alert(“Searching for: ” + value);
});});
</script>
</head>
<body>
<div id=’content’>
<div id=”input”>
<input type=”password”/>
<div id=”search”>
</div>
</div>
</div>
</body>
</html>thanks for the responses Nadezhda.
thanks for the responses Nadezhda removeClass ( ” JQX -rc -all” ) works great , but such as I can remove just the rounded edges on the left side ( top and bottom) . thank you.
thanks for the reply Nadezhda
April 2, 2015 at 7:13 pm in reply to: Navigation bar Color Change Navigation bar Color Change #69485sorry I was wrong and not as remove
April 2, 2015 at 6:34 pm in reply to: Navigation bar Color Change Navigation bar Color Change #69482good afternoon, I wonder how I can change the corlor the edges of the headers. I tried with css but I can not do.
<!DOCTYPE html>
<html lang=”en”>
<head>
<meta name=”keywords” content=”jQuery Accordion, Expander, Toggle Bar, Expander Bar, Navigation Bar, Accordion, jqxNavigationBar, jqxExpander” />
<meta name=”description” content=”jqxNavigationBar has a built-in mode which allows you to have multiple expanded
items. In order to enable this mode, you need to set the ‘expandMode’ property to
‘multiple'” />
<meta charset=”utf-8″ />
<title id=’Description’>jqxNavigationBar has a built-in mode which allows you to have
multiple expanded items. In order to enable this mode, you need to set the ‘expandMode’
property to ‘multiple’ </title>
<link rel=”stylesheet” href=”../../jqwidgets/styles/jqx.base.css” type=”text/css” />
<script type=”text/javascript” src=”../../scripts/jquery-1.11.1.min.js”></script>
<script type=”text/javascript” src=”../../scripts/demos.js”></script>
<script type=”text/javascript” src=”../../jqwidgets/jqxcore.js”></script>
<script type=”text/javascript” src=”../../jqwidgets/jqxnavigationbar.js”></script>
<script type=”text/javascript”>
$(document).ready(function () {
// Create jqxNavigationBar.
$(“#jqxNavigationBar”).jqxNavigationBar({ width: 300, expandMode: ‘multiple’, expandedIndexes: [2, 3]});
});
</script>
</head>
<body>
<div style=’width: 300px;’ id=’jqxWidget’>
<div id=”jqxNavigationBar”>
<div>
<div style=’margin-top: 2px;’>
<div style=’float: left;’>
</div>
<div style=’margin-left: 4px; float: left;’>
Mail</div>
</div>
</div>
<div></div>
<div>
<div style=’margin-top: 2px;’>
<div style=’float: left;’>
</div>
<div style=’margin-left: 4px; float: left;’>
Contacts</div>
</div>
</div>
<div></div>
<div>
<div style=’margin-top: 2px;’>
<div style=’float: left;’>
</div>
<div style=’margin-left: 4px; float: left;’>
Tasks</div>
</div>
</div>
<div></div>
<div>
<div style=’margin-top: 2px;’>
<div style=’float: left;’>
</div>
<div style=’margin-left: 4px; float: left;’>
Notes</div>
</div>
</div>
<div></div>
</div>
</div>
</body>
</html>and saw the solution
THANKS FOR THE ANSWER NADEZHDA . A GREETING
Nedezhda thanks for the response. The problem I have sulucionado height.
But my other question is that when you move the window windows do not fit the width of the panel but is the width of the fit to the width of the window.Sorry if I repeat the questions, but I need this using a translator for translations and sometimes are not very good.
A greeting.
March 9, 2015 at 4:28 pm in reply to: pressing a button as I can change the image of another button pressing a button as I can change the image of another button #68221Hi Dimitar, the answer was perfect. a greeting
-
AuthorPosts