@svetoslav_borislavov
@svetoslav_borislavov
Forum Replies Created
-
AuthorPosts
-
svetoslav_borislavovParticipant
Hi,
There is no such property ‘submitOptions’. You may set the method, action and target in the form tag as attributes.
Here is an example of that: https://codepen.io/svetoslavb04/pen/oNMEoXNBest Regards,
Svetoslav BorislavovSmart UI Team
https://www.htmlelements.com/svetoslav_borislavovParticipantHi,
This event is dispatched when the status of control is changed.
Please see the following demo to watch how the form control state is being changed.
https://codepen.io/svetoslavb04/pen/ZEjrazjBest Regards,
Svetoslav BorislavovSmart UI Team
https://www.htmlelements.com/svetoslav_borislavovParticipantHi,
You have to set the width of the form and change the overflow CSS property of the smart-tab-item .smart-container element.
Please see here: https://codepen.io/svetoslavb04/pen/NWByaQvBest Regards,
Svetoslav BorislavovSmart UI Team
https://www.htmlelements.com/svetoslav_borislavovParticipantHi,
Unfortunately, you cannot do that.
If you have any additional questions, do not hesitate to ask!Best Regards,
Svetoslav BorislavovSmart UI Team
https://www.htmlelements.com/svetoslav_borislavovParticipantHi,
Here is an example of the custom control type in a group:
https://codepen.io/svetoslavb04/pen/BaPYwvQ?editors=0010You can send us a demo of the problem.
Best Regards,
Svetoslav BorislavovSmart UI Team
https://www.htmlelements.com/svetoslav_borislavovParticipantHi,
To use a custom control in Smart.Form your controlType should be set to ‘template’ and you have to provide a template property
which is the HTML of the custom control type.
Please see this example: https://codepen.io/svetoslavb04/pen/KKByXBBI hope it helps you resolve your problem, if not, do not hesitate to contact us!
Best Regards,
Svetoslav BorislavovSmart UI Team
https://www.htmlelements.com/svetoslav_borislavovParticipantHi,
The problem is resolved and the fixed version will come with the next release.
Thank you for reporting the bug!Best Regards,
Svetoslav BorislavovSmart UI Team
https://www.htmlelements.com/svetoslav_borislavovParticipantHi,
Please, use the smart-combo-box tag and you should have no problem.
See here: https://codepen.io/svetoslavb04/pen/GRBMZKjBest Regards,
Svetoslav BorislavovSmart UI Team
https://www.htmlelements.com/svetoslav_borislavovParticipantHi,
Our Smart.Sortable is not intended for such scenarios. It can be vertical or horizontal.
To make it a table the whole CSS should be rewritten.Best Regards,
Svetoslav BorislavovSmart UI Team
https://www.htmlelements.com/svetoslav_borislavovParticipantHi,
The problem is that you are trying to import 99 times the same value.
Please see this demo in which I am importing different values.In the demo, the upper combo box is filled with a for loop
and the second combo box’s data is being loaded with the dataSource propertyHere is a link for its API: https://www.htmlelements.com/docs/combobox-api/
Best Regards,
Svetoslav BorislavovSmart UI Team
https://www.htmlelements.com/svetoslav_borislavovParticipantHi,
You can use the ‘value property’ of the queryBuilder. Please see the example below:
https://codepen.io/svetoslavb04/pen/dyjzgwW?editors=1010Best Regards,
Svetoslav BorislavovSmart UI Team
https://www.htmlelements.com/svetoslav_borislavovParticipantHi,
Similar functionality can be achieved by changing the direction of the .smart-sortable-container and allowing the flex-wrap.
Please see the demo provided below:
https://codepen.io/svetoslavb04/pen/abjyRwz?editors=1100I hope this helps!
Best Regards,
Svetoslav BorislavovSmart UI Team
https://www.htmlelements.com/svetoslav_borislavovParticipantHi,
The options of the control should be passed in a controlOptions object,
Please see this demo made for your purposes:https://codepen.io/svetoslavb04/pen/RwBgVQM
The same template can be used in Angular.
I hope this helps you
Best Regards,
Svetoslav BorislavovSmart UI Team
https://www.htmlelements.com/svetoslav_borislavovParticipantHi,
To achieve a dynamic height of the smart-accordion-item you may set the height of its content to ‘auto’.
The height of the smart-accordion should also be ‘auto’.Here is an example: https://codepen.io/svetoslavb04/pen/mdjwmwX
Best Regards,
Svetoslav BorislavovSmart UI Team
https://www.htmlelements.com/svetoslav_borislavovParticipantHi,
Smart.Sortable direction can be horizontal or vertical. In one item you can nest sub-items but you cannot move the sub-items. Only the parent item will be able to move.
Best Regards,
Svetoslav BorislavovSmart UI Team
https://www.htmlelements.com/ -
AuthorPosts