KindEditorエディタはASP.NETでバックグラウンドで値をとる

954 ワード

3.5.5バージョンでは、バックグラウンドはTextBox 1を通過する.Textは一般的に値を取得することができるが、取得した値が空である場合があり、この場合はフロントのKE初期化パラメータにsyncType:"auto"を追加すればよいだけで、具体的な原因は私にも分からないので、これを加えるだけで解決できることを知っている.フロントの完了の初期化を次に示します
 
        KE.show({
            id: '<%=txtintro.ClientID %>',
            resizeMode: 1,
            allowPreviewEmoticons: false,
            allowUpload: false,
            items: [
    'fontname', 'fontsize', '|', 'textcolor', 'bgcolor', 'bold', 'italic', 'underline', 'lineheight',
    'removeformat', '|', 'justifyleft', 'justifycenter', 'justifyright', 'insertorderedlist',
    'insertunorderedlist', '|', 'emoticons', 'image', 'link'],
            syncType: "auto"
        });