jQWidgets Forums
Forum Replies Created
Viewing 6 posts - 1 through 6 (of 6 total)
-
Author
-
November 18, 2015 at 3:11 pm in reply to: Filter drop down, height and width Filter drop down, height and width #78303
Great, thanks. Worked perfectly
Henning
October 31, 2015 at 12:28 pm in reply to: using text with icons from database using text with icons from database #77592OK, I think I got it, very simple
while ($row = $result->fetch_assoc()) { $notyper[] = array( 'vavalue' => $row[vavalue], 'vatext' => "<b>some html here " . utf8_encode($row[vatext]) . "</b>and here" ); }
Thanks anyway
October 31, 2015 at 12:17 am in reply to: using text with icons from database using text with icons from database #77586October 31, 2015 at 12:07 am in reply to: using text with icons from database using text with icons from database #77585Your samples on this site with hardcoded source is very hard to understand.
To get more new jqwidget users I will suggest more samples with database connections.
I tried everything like this thread starter with no luck.
Thread starter had the text โusing text with icons from databaseโ
and the reply was with sample from harcoded sourcewhile ($row = $result->fetch_assoc()) { $notyper[] = array( 'html' => '<b>sample html code</b>', 'vavalue' => $row[vavalue], 'vatext' => utf8_encode($row[vatext]) ); }
Tried this but it donโt display vatext
$("#notype").jqxDropDownList({ theme: "boligdata", width: '270', source: notypeAdapter, promptText: "Velg notistype...", valueMember: 'vavalue', displayMember: 'vatext' });
June 16, 2015 at 7:02 am in reply to: Problems with confirm jqxWindow from inside a jqxWindow Problems with confirm jqxWindow from inside a jqxWindow #72533Great
Thanks
HenningMarch 26, 2015 at 8:53 pm in reply to: How to expand a tree item where source is JSON? How to expand a tree item where source is JSON? #69208Thanks
-
AuthorPosts
Viewing 6 posts - 1 through 6 (of 6 total)