jQWidgets Forums
Forum Replies Created
-
Author
-
July 12, 2022 at 5:40 pm in reply to: Call JqxWindow open method from jqxForm Call JqxWindow open method from jqxForm #122070
Thanks Svetoslav! Your example was very useful and worked like a charm.
July 12, 2022 at 2:31 pm in reply to: How to get set form values? How to get set form values? #122069Hi Svetoslav,
As said, I prefer to load all the JSON in a single shot and not one-by-one getComponentByName.
There is no way of using something similar to this example, but then using *Vue*?
https://www.jqwidgets.com/jquery-widgets-demo/demos/jqxform/index.htm#demos/jqxform/form_submit.htm?
var sampleValue = { 'textBoxValue': 'text box value', 'passwordBoxValue': 'password box', 'nubmberBoxValue': 67.44, 'dropdownValue': 'value3', 'radiobuttonValue': 'value2', 'checkboxValue1': false, 'checkboxValue2': false, 'checkboxValue3': true, }; var sampleForm = $('#sampleForm'); sampleForm.jqxForm({ template: template, value: sampleValue, padding: { left: 10, top: 10, right: 0, bottom: 10 } });
Thanks
July 12, 2022 at 2:20 pm in reply to: How to use jqxResponse plugin in Vue? How to use jqxResponse plugin in Vue? #122068Hi Svetoslav,
Sorry, now I see the App.vue code. Ok good to see jqxResponse plugin is supported.
Please can you update the documentation?
Thank you.
July 12, 2022 at 2:18 pm in reply to: How to use jqxResponse plugin in Vue? How to use jqxResponse plugin in Vue? #122067Hi Svetoslav,
My question rather is on whether or not jqxResponse plugin in Vue.
Please confirm.Thank you.
July 12, 2022 at 10:30 am in reply to: How to get set form values? How to get set form values? #122059Hi Ivan,
Perhaps some more details. I am using quite a lot of JqxForms (one for each JqxTabs), each JqxForm having its own template. All widgets elements in the templates are named uniquely.
I would like to preload all the values of all the templates in a single shot, using JSON. Possible?
Thanks.
July 12, 2022 at 8:20 am in reply to: How to get set form values? How to get set form values? #122058Ok, thanks Ivan.
However I prefer to set the values directly from JSON. What is the way to do this, is there an example, other than one-by-one through
getComponentByName
?Thank you.
July 11, 2022 at 11:30 pm in reply to: navigating tabs from stack navigating tabs from stack #122057Yes, ok now I see where you have defined the let variable.
Thank you.Thanks. Can you check the following demos on JQWidgets, does it work?
https://www.jqwidgets.com/vue/vue-textarea/#https://www.jqwidgets.com/vue/vue-textarea/vue-textarea-bindingtojsondata.htm
Maybe also check the other demos, they don’t seem right to me.July 11, 2022 at 3:38 pm in reply to: Is datafield group reserved? Is datafield group reserved? #122048Ok thanks for confirmation.
For the benefit of others perhaps that detail can be added to the documentation?I am using Vue. What is the right place to create the variable? I am struggling with that.
var stack = [];
July 10, 2022 at 12:15 pm in reply to: dynamically change menu item text dynamically change menu item text #122035Thanks for the example, it’s very clear!
ignore – wrong channel
July 6, 2022 at 9:09 am in reply to: dynamically change menu item text dynamically change menu item text #122012My desired behaviour is
1) user clicks on a menu item
2) the code changes the text of another menu item.July 6, 2022 at 9:08 am in reply to: dynamically change menu item text dynamically change menu item text #122011Hi,
Thanks for response but the example doesn’t work
“Running fiddle”
“58:37 Uncaught TypeError: $(…).jqxMenu is not a function”July 5, 2022 at 12:33 pm in reply to: dynamically change menu item text dynamically change menu item text #121994How do I change the text of a *different* menu item based on the menu item’s id.
Thanks.
-
AuthorPosts