jQWidgets Forums
Forum Replies Created
-
Author
-
Hello Morgenweck,
You can take whatever the person typed in the input field and place that as the text.
The button can only be used as a trigger for the replacing event.Best Regards,
Stanislav
jQWidgets Team
http://www.jqwidgets.com/Hello Morgenweck,
The CSS code for positioning the text.
.jqx-toolbar-tool:last-child { float: right; margin-top: 20px; }
As for the change of the text, do you want to do it after the initialization of the toolbar(let’s say on a button click)?
Best Regards,
Stanislav
jQWidgets Team
http://www.jqwidgets.com/May 11, 2017 at 7:02 am in reply to: jqxTree in alphabetical order jqxTree in alphabetical order #93475Hello Manowar,
The
sort
method should automatically sort the categories and subcategories.
You just need to setsortable
totrue
.Best Regards,
StanislavjQWidgets Team
http://www.jqwidgets.com/Hello Morgenweck,
You can use the API
addTool
ofToolBar
and add a custom element:tool.text(" YOURNAME ");
Then you can use CSS and position it.Best Regards,
StanislavjQWidgets Team
http://www.jqwidgets.com/Hello Serdar,
You can look at this demo (Crate, Remove, Update):
http://www.jqwidgets.com/jquery-widgets-demo/demos/jqxgrid/index.htm#demos/jqxgrid/createremoveupdatedata.htmYou can replace the text(buttons) with icons.
Best Regards,
StanislavjQWidgets Team
http://www.jqwidgets.com/May 10, 2017 at 7:41 am in reply to: Is it possible to hide the resources list at the bottom or handle this Is it possible to hide the resources list at the bottom or handle this #93388Hello altivec,
You can disable the legendBar with
showLegend
set tofalse
.
You can also rename the squares to something shorter.Eg:
room 1
tor1
Best Regards,
StanislavjQWidgets Team
http://www.jqwidgets.com/May 9, 2017 at 6:40 am in reply to: jqxNotification stop on hover jqxNotification stop on hover #93359Hello hsolar,
When
autoClose
is set tofalse
, it shouldn’t close on hover.Best Regards,
Stanislav
jQWidgets Team
http://www.jqwidgets.com/May 5, 2017 at 1:58 pm in reply to: jqxNotification stop on hover jqxNotification stop on hover #93322Hello hsolar,
Your
autoClose
should be set tofalse
.
It closes only when you click on it.Best Regards,
StanislavjQWidgets Team
http://www.jqwidgets.com/May 5, 2017 at 12:19 pm in reply to: Get Set the wrong value from the ComboBox Get Set the wrong value from the ComboBox #93316Hello gruppenhaus,
In order for your value to be used, it needs to be in the ComboBox.
You need to add it withaddItem
, and then get it.Best Regards,
StanislavjQWidgets Team
http://www.jqwidgets.com/Hello sintetik,
Again we don’t see a problem.
Can you share what error(if any) you get in the dev console?Best Regards,
StanislavjQWidgets Team
http://www.jqwidgets.com/Hello sintetik,
The fifth parameter is used for exporting hidden columns, in your case, it is ‘true’, it should be working.
Best Regards,
StanislavjQWidgets Team
http://www.jqwidgets.com/Hello sintetik,
Can you please send me the file structure of the project and file where you are calling the image and the code with which you do that.
Best Regards,
Stanislav
jQWidgets Team
http://www.jqwidgets.com/HI sintetik,
That’s most probably on your web, it uses the root folder always for start path.
Try opening the network tab in your browser dev tools and see if your img gets loaded in the page at all. And if no see what path it takes and fix it.Best Regards,
StanislavjQWidgets Team
http://www.jqwidgets.com/April 26, 2017 at 1:39 pm in reply to: Show loading gif when grid methods are run Show loading gif when grid methods are run #93154Hello jacobraccuia,
Use this method:
http://jsfiddle.net/jqwidgets/g7zEL/Best Regards,
Stanislav
jQWidgets Team
http://www.jqwidgets.com/April 26, 2017 at 7:21 am in reply to: Show loading gif when grid methods are run Show loading gif when grid methods are run #93137Hello jacobraccuia,
You can use the open method of the Loader, in the beginning, of every method.
$('#jqxLoader').jqxLoader('open');
Best Regards,
StanislavjQWidgets Team
http://www.jqwidgets.com/ -
AuthorPosts