jQWidgets Forums
Forum Replies Created
-
Author
-
Thanks, I solved this issue by myself.
Root cause: jqeditor search localization of given label (font name). For ‘Calibri’ it couldn’t find localization label.
And ‘of course’ set it to ‘undefined’ instead of given value.
Thanks,
EvgeniaThank you for quick answer. But it still not work 🙁
I’ve tried
return { value: [ { label: "Calibri", value: "Calibri, sans-serif" } ], displayMember: 'label', valueMember: 'value' }
font detection works, but I still see ‘Calibri, sans-serif’ instead of ‘Calibri’.
When I trying to
return { init: function (widget) { widget.jqxDropDownList({ source: [ { label: "Calibri", value: "Calibri, sans-serif" } ], displayMember: 'label', valueMember: 'value' }); } }
then I see good labels (but I see good labels also without displayMember and valueMember), but font detecting doesn’t work. I apply one font, then click on text and in font drop-down see another value.
Thanks,
EvgeniaThank you, Dimitar!
ok, anyway, thank you for help!
Hi again 🙂
Is it possible to change behavior of jqEditor by some option?
I mean, always set font to text, even if this font is default.Thanks,
EvgeniaThank you!
Hi Vladimir,
Could you please specify where is setting up ‘Verdana’ font as font by default?
Thanks,
EvgeniaThank you!
-
AuthorPosts