Posted 28 March 2025, 5:12 am EST
This article https://developer.mescius.com/spreadjs/docs/spreadjs-designer-component/customizations/customize-file-menu showing how to customize file menu.
Since there is nothing much about components shown here, I have a question.
For TextEditor, how can I get value that are put in the input-box?
How can I interact with Button, and handle click
How can I make first Item of List be selected by default. (This behaviour we can see when we open Export menu in “FILE” when list item “Excel File” is selected by default)
Is there full-list of components available and how to work with them, with proper api and documentation?
Or all I can do is to write custom component with inputs, buttons and selects? (Bad because styling will not corresponds with spreadjs designer menu styling)