我正在尝试使用本地安装的tinyMCE实例实现官方的TinyMCE React集成。我尝试遵循https://www.tiny.cloud/docs/advanced/usage-with-module-loaders/中概述的示例,但无法正确呈现。
我可以通过downloading the files使其工作,并将其添加到Change fixed rate
${count} = get element count id=particle400128
input text id=particle400128 1,5
press keys id=particle400128 TAB
set selenium implicit wait 30s
Check interest column in schedule table data
click element xpath=/html/body/div[1]/div[3]/div/div/div/div/form/div[2]/button[17]
wait until page contains Schedule
sleep 3s
table column should contain xpath=//*[@id="table_0_0_data"] 8 230.000,00 *
并将./public
添加到<script src="%PUBLIC_URL%/tinymce/tinymce.min.js"></script>
文件中,如其react integrations docs所述。但是,我认为这与适当的项目结构背道而驰,宁愿使用import语句加载tinyMCE。