当前位置:网站首页>TinyMCE visual editor adds Baidu map plug-in
TinyMCE visual editor adds Baidu map plug-in
2022-07-02 21:43:00 【An Yuwei】
1. download :tinycme Editor Baidu map plug-in -PHP Document resources -CSDN download ( Those officially provided cannot be used , This is after the latest optimization , Change your own ak value , The original key Parameter cancelled )
2. Reference effect :
tinymce Editor installation Baidu map effect demonstration
3. Code settings :( Remember to introduce js)
<script>
tinymce.init({
selector: '#content',
language: 'zh_CN',// chinese
plugins: "code bdmap",
toolbar: "code bdmap",
});
</script>
4. If appear api The problem of low version changes the map interface :
<script src="https://api.map.baidu.com/api?ak= Their own ak&v=3.0"></script>
边栏推荐
- How to test the process of restoring backup files?
- qwb2018_ core kernel_ rop
- Investment strategy analysis of China's electronic information manufacturing industry and forecast report on the demand outlook of the 14th five year plan 2022-2028 Edition
- Etcd Raft 协议
- Huawei Hongmeng watch achieves fireworks display effect on New Year's Eve
- China's crude oil heater market trend report, technological innovation and market forecast
- [dynamic planning] p1220: interval DP: turn off the street lights
- Plastic floating dock Industry Research Report - market status analysis and development prospect forecast
- Basic knowledge of tree and binary tree (detailed illustration)
- 如何防止你的 jar 被反编译?
猜你喜欢
Cardinality sorting (detailed illustration)
pip安装whl文件报错:ERROR: ... is not a supported wheel on this platform
VictoriaMetrics 简介
The neo4j skill tree was officially released to help you easily master the neo4j map database
PIP version update timeout - download using domestic image
关于测试用例
D4: unpaired image defogging, self enhancement method based on density and depth decomposition (CVPR 2022)
Five message formats of OSPF
Capacity expansion mechanism of ArrayList
Spend more time with your computer on this special holiday, HHH
随机推荐
[shutter] statefulwidget component (bottom navigation bar component | bottomnavigationbar component | bottomnavigationbaritem component | tab switching)
Research Report on right-hand front door industry - market status analysis and development prospect forecast
One week dynamics of dragon lizard community | 2.07-2.13
Physical layer cables and equipment
[shutter] shutter layout component (opacity component | clipprect component | padding component)
China plastic box market trend report, technological innovation and market forecast
关于测试用例
Plastic granule Industry Research Report - market status analysis and development prospect forecast
China plastic bottle and container market trend report, technological innovation and market forecast
The neo4j skill tree was officially released to help you easily master the neo4j map database
VictoriaMetrics 简介
Off chip ADC commissioning record
[Yu Yue education] reference materials of analog electronic technology of Nanjing Institute of information technology
qwb2018_ core kernel_ rop
Research Report on market supply and demand and strategy of China's plastic trunking industry
Hot backup routing protocol (HSRP)
A specially designed loss is used to deal with data sets with unbalanced categories
A river of spring water flows eastward
*C language final course design * -- address book management system (complete project + source code + detailed notes)
【剑指 Offer 】56 - II. 数组中数字出现的次数 II