jQWidgets Forums
Forum Replies Created
-
Author
-
August 6, 2015 at 6:36 pm in reply to: 3×2 Splitter All-way Resizing 3×2 Splitter All-way Resizing #74588
This approach works, thank you.
July 31, 2015 at 2:56 pm in reply to: 3×2 Splitter All-way Resizing 3×2 Splitter All-way Resizing #74379Thanks, will try this out and let know how it went.
July 30, 2015 at 4:06 pm in reply to: 3×2 Splitter All-way Resizing 3×2 Splitter All-way Resizing #74327Actually, I tried that approach, and it doesn’t work very well when using horizontal splitters. Still looking for something cleaner.
July 30, 2015 at 3:43 pm in reply to: 3×2 Splitter All-way Resizing 3×2 Splitter All-way Resizing #74326Nevermind. I figured I can simply wrap the top+middle sections and bottom section in a vertical splitter in similar fashion as I am wrapping top and middle. Was wondering if there’s cleaner way of doing that though.
July 28, 2015 at 1:15 pm in reply to: Using splitter with docking Using splitter with docking #74229Thanks!
July 16, 2015 at 1:31 pm in reply to: Line chart – how to always show marks (bubbles, circles) on the line? Line chart – how to always show marks (bubbles, circles) on the line? #73813symbolType: ‘square’ directive is what I needed.
July 16, 2015 at 1:27 pm in reply to: Line chart – how to always show marks (bubbles, circles) on the line? Line chart – how to always show marks (bubbles, circles) on the line? #73812Thanks very much, yes, that’s what I meant. Sorry for the images.
Thx, will try.
Clarification -my date time input element code looks like this:
<div data-bind="attr: { id: 'start' + EmployeeAvailabilityID1 }, jqxDateTimeInput: { formatString: 'h:mm tt', showCalendarButton: false, width: 70, value: StartDate1, disabled: IsUnavailable }"> </div>
i. e. bound to ko observables. I need the time to step by, let’s say, 15 minutes. Tried to implement it with “change” event, to no avail.
Thanks.
May 22, 2015 at 5:57 pm in reply to: Horizonal scrolling programmatically Horizonal scrolling programmatically #71491Nvm, here is the solution:
http://www.jqwidgets.com/community/topic/scroll-event/ -
AuthorPosts