@svetoslav_borislavov
@svetoslav_borislavov
Forum Replies Created
-
AuthorPosts
-
svetoslav_borislavovParticipant
Hi,
Here you are: https://codesandbox.io/embed/billowing-fast-4s7c8q?fontsize=14&hidenavigation=1&theme=dark
I hope this helps!
Best Regards,
Svetoslav BorislavovSmart UI Team
https://www.htmlelements.com/svetoslav_borislavovParticipantHi,
Here is an example:
https://codesandbox.io/s/flamboyant-blackburn-4h8wrz?file=/src/App.jsCopy the code to the local app and see that there are no problems
Best Regards,
Svetoslav BorislavovSmart UI Team
https://www.htmlelements.com/svetoslav_borislavovParticipantHi,
See the demo with custom header buttons:
https://www.htmlelements.com/demos/window/custom-header-buttons/If this does not meet your requirements you may have a custom header template, see here:
https://codepen.io/svetoslavb04/pen/GRwGzzaBest Regards,
Svetoslav BorislavovSmart UI Team
https://www.htmlelements.com/svetoslav_borislavovParticipantHi,
Navigate to this demo:
https://www.htmlelements.com/demos/window/basic/
You may open the elements tab in the DevTools and open/close the window.
See that the elements retains the same each time and the instance is the sameBest Regards,
Svetoslav BorislavovSmart UI Team
https://www.htmlelements.com/svetoslav_borislavovParticipantHi,
You should change the following CSS variable: –smart-table-row-height.
For example:.smart-gantt-chart {
–smart-table-row-height: 40px;
}I hope this helps!
Best Regards,
Svetoslav BorislavovSmart UI Team
https://www.htmlelements.com/svetoslav_borislavovParticipantHi,
Here is an example with the latest version which is 15.2.10 and the events are firing as you can see:
https://easyupload.io/r7xvphDownload the project. Open it and install the dependencies with ‘npm install’
The open the it an testBest Regards,
Svetoslav BorislavovSmart UI Team
https://www.htmlelements.com/July 10, 2023 at 6:01 am in reply to: I’m having a problem exporting data (xlsx) Missing reference to ‘jszip,js’ #107451svetoslav_borislavovParticipantHi,
To enable every type of export, you have to copy the following files from the node_modules/smart-webcomponents-react/common:
jszip.min.js, pdfmake.min.js, vfs_fonts.js, html2canvas.min.js.
into the public folder. When they are available there, open index.html and reference them:<script type=”text/javascript” src=”https://www.htmlelements.com/demos/scripts/jszip.min.js”></script>
<script type=”text/javascript” src=”https://www.htmlelements.com/demos/scripts/pdfmake.min.js”></script>
<script type=”text/javascript” src=”https://www.htmlelements.com/demos/scripts/vfs_fonts.js”></script>
<script type=”text/javascript” src=”https://www.htmlelements.com/demos/scripts/html2canvas.min.js”></script>I hope this helps you resolve the problem!
Best Regards,
Svetoslav BorislavovSmart UI Team
https://www.htmlelements.com/svetoslav_borislavovParticipantHi,
Sorry, we do not support this type of functionality!
If you have any further questions, do not hesitate to ask!Best Regards,
Svetoslav BorislavovSmart UI Team
https://www.htmlelements.com/svetoslav_borislavovParticipantHi,
Yes, the problem is fixed in the next release!
If you need any further assistance, do not hesitate to contact us!Best Regards,
Svetoslav BorislavovSmart UI Team
https://www.htmlelements.com/svetoslav_borislavovParticipantHi,
This is happening because of the label’s position property.
You can fix this by applying margins where needed:
https://codepen.io/svetoslavb04/pen/eYQRzxjBest Regards,
Svetoslav BorislavovSmart UI Team
https://www.htmlelements.com/svetoslav_borislavovParticipantHi,
What exactly are they looking for?
Can you please share more details as I could not understand you?Best Regards,
Svetoslav BorislavovSmart UI Team
https://www.htmlelements.com/svetoslav_borislavovParticipantHi,
Here is an example of how to fit all the months in the timeline:
https://codepen.io/svetoslavb04/pen/qBQmaGmYou should set timelineMin: ‘100%’ and the treeSize: ‘10%’
Best Regards,
Svetoslav BorislavovSmart UI Team
https://www.htmlelements.com/June 23, 2023 at 4:22 am in reply to: How to add click event for resource template in smart scheduler #107268svetoslav_borislavovParticipantHi,
You can select the element after initialization and attach an event listener.
Here is an example: https://codepen.io/svetoslavb04/pen/wvQoaRqI hope this helps!
Best regards,
Svetoslav BorislavovjQWidgets Team
https://www.jqwidgets.com/svetoslav_borislavovParticipantHi,
Thank you for the feedback!
If you have any questions, do not hesitate to contact us!Best Regards,
Svetoslav BorislavovSmart UI Team
https://www.htmlelements.com/svetoslav_borislavovParticipantHi,
Thank you for reporting the problem!
I have opened an issue for it.Meanwhile, if you have any other questions, do not hesitate to contact us!
Best Regards,
Svetoslav BorislavovSmart UI Team
https://www.htmlelements.com/ -
AuthorPosts