Initial Commit Update Telerik
This commit is contained in:
19
LPWeb20/RichtextEditor/plugins/spellcheck/plugin.xml
Normal file
19
LPWeb20/RichtextEditor/plugins/spellcheck/plugin.xml
Normal file
@@ -0,0 +1,19 @@
|
||||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<jsml xmlns="http://cutesoft.net/jsml"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://cutesoft.net/jsml ../../core/jsml.xsd">
|
||||
|
||||
|
||||
|
||||
<execute>
|
||||
<![CDATA[
|
||||
plugin.Execute=function(element,arg1,arg2)
|
||||
{
|
||||
var option={width:400,height:280}
|
||||
option.plugin=plugin;
|
||||
editor.ShowXmlDialog("{folder}server/spellcheck.xml?{timems}",option);
|
||||
}
|
||||
]]>
|
||||
</execute>
|
||||
|
||||
|
||||
</jsml>
|
||||
Reference in New Issue
Block a user