@svetoslav_borislavov
@svetoslav_borislavov
Forum Replies Created
-
AuthorPosts
-
svetoslav_borislavovParticipantsvetoslav_borislavovParticipant
Hi,
Please, explain what are you trying to achieve and what approach are you using.
I am here to help you!Best Regards,
Svetoslav BorislavovSmart UI Team
https://www.htmlelements.com/- This reply was modified 2 years, 1 month ago by svetoslav_borislavov.
svetoslav_borislavovParticipantHi,
So, just give a unique id to the desired checkbox and select it this way.
https://codepen.io/dkeamcaksoem/pen/QWrJvgz
Best Regards,
Svetoslav BorislavovSmart UI Team
https://www.htmlelements.com/svetoslav_borislavovParticipantHi,
The tooltip has got a ‘visible’ property which you can use.
See an example here: https://codepen.io/dkeamcaksoem/pen/gOzZYGX?editors=1011If you have any additional questions, do not hesitate to contact us!
Best Regards,
Svetoslav BorislavovSmart UI Team
https://www.htmlelements.com/svetoslav_borislavovParticipantHi,
You should search the checkbox in the ‘check-box-container-light’ element.
Loop through the children and search for the checkbox as shown here: https://codepen.io/dkeamcaksoem/pen/QWrJvgzBest Regards,
Svetoslav BorislavovSmart UI Team
https://www.htmlelements.com/- This reply was modified 2 years, 1 month ago by svetoslav_borislavov.
svetoslav_borislavovParticipantHi,
I have worked on your example, look here: https://codepen.io/dkeamcaksoem/pen/RwyYWJW
The element is there it is not disappearing. The only thing that I have changed is that I am getting the name this way:
myPage.elements[i].ownerElement.name not myPage.elements[i].name.Best Regards,
Svetoslav BorislavovSmart UI Team
https://www.htmlelements.com/svetoslav_borislavovParticipantHi,
It is a reference if you are using typescript, you can ignore it as you are using JavaScript
Yes, I cannot find a difference so please, send me a quick demo here: svetoslav@jqwidgets.com
Best Regards,
Svetoslav BorislavovSmart UI Team
https://www.htmlelements.com/svetoslav_borislavovParticipantHi,
Please give us a quick demo in codepen so we can work it on and find the error.
Here is a demo with a working table (The table is the same that you gave us): https://codepen.io/dkeamcaksoem/pen/zYjaJOYBest Regards,
Svetoslav BorislavovSmart UI Team
https://www.htmlelements.com/svetoslav_borislavovParticipantHi,
You can set focus event this way: https://codepen.io/svetoslavb04/pen/KKRmGmM?editors=1111
If you need further help, do not hesitate to contact us!
Best Regards,
Svetoslav BorislavovSmart UI Team
https://www.htmlelements.com/svetoslav_borislavovParticipantHi,
OnCellUpdate accepts object you cannot cast it to any type.
I suggest you use it as an object.If you have any further questions, please do not hesitate to contact us!
Best Regards,
Svetoslav BorislavovSmart UI Team
https://www.htmlelements.com/svetoslav_borislavovParticipantHi,
Can you give me a demo that is showing the bug, because I could not reproduce it.
Here is a demo of using the format-string property and the change event.
The event is not being triggered on every digit
https://codepen.io/svetoslavb04/pen/oNdWPPG?editors=1011Best Regards,
Svetoslav BorislavovSmart UI Team
https://www.htmlelements.com/svetoslav_borislavovParticipantHi,
You can use the built-in validation in the Form component.
Each control can have an array of validation rules.
You can have a validation rule with a regex pattern.
Here is a link for a quick demo with your desired behaviour: https://codepen.io/svetoslavb04/pen/YzLVjbN?editors=0010If you have any further questions, do not hesitate to contact us!
Best Regards,
Svetoslav BorislavovSmart UI Team
https://www.htmlelements.com/svetoslav_borislavovParticipantHi,
Sorry, can you please explain further? I don’t think I understand you correctly.
You want the cursor to be set on the last character when you are typing, but that is the default behaviour.Please explain to us so we can do our best to help you!
Best Regards,
Svetoslav BorislavovSmart UI Team
https://www.htmlelements.com/September 13, 2022 at 12:26 pm in reply to: Date time calendar tab header undefined in italian #103678svetoslav_borislavovParticipantHi,
To set the messages you should set the locale property after settings the messages property, because after setting the locale.
Our component searches for messages.See this sample and see: https://codepen.io/svetoslavb04/pen/YzLGOVM?editors=1010
If you need further help, do not hesitate to contact us!
Best Regards,
Svetoslav BorislavovSmart UI Team
https://www.htmlelements.com/svetoslav_borislavovParticipantHi,
Our npm package for React is: smart-webcomponents-react. When you install it you are using the trial version.
The licensed version is unlocked with a license key after purchasing the product.Basically, you should only install smart-webcomponents-react and use them to present the library.
If you have any further questions, do not hesitate to contact us!
Best Regards,
Svetoslav BorislavovSmart UI Team
https://www.htmlelements.com/- This reply was modified 2 years, 2 months ago by svetoslav_borislavov.
-
AuthorPosts