Hi all
If i do not set a height value for a jqxLinkButton then the height is rendered wrong.
In contrast if i do not set a height for a jqxButton then the height is rendered correct.
<input type="button" style="margin: 50px;" id="jqxbutton" value="Hover over me to see the tooltip" />
<a href="http://jqwidgets.com" id="BackButton">Back</a>
$("#jqxbutton").jqxButton({
width: 300,
theme:'energyblue'
});
$("#jqxbutton").jqxTooltip({
position: 'top',
theme:'energyblue',
content: 'This is a jqxButton.',
width:200
});
$("#BackButton").jqxLinkButton({
theme:'energyblue',
width:200
});
Is this a bug? If not how get the height the same as jqxButton’s height without explicit set it?
Regards
SkippingAdi
P.S.
Sorry, but adding a link with the ‘link’-button seems not to work in this Editor. The link is never displayed.