The property placeholder in inputbox jqwidgets vanished in version 6…
You’re right! This is fixed in the next build.
In the meantime, you can set the placeholder in code:
NSB.jqxSettings["Input1"].placeHolder = "This is my placeholder"
$("#Input1").jqxInput(NSB.jqxSettings["Input1"]);
(change Input1 to the name of your control)
LOL i am using…
waiting update
tks
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.