我正在使用CK Editor 4.4.7。我在我的Ck编辑器中编辑了以下内容。
Dear {{USER-NAME}},
When your payment is successful on the payment gateway, you will see an order confirmation message on your screen with a unique PaisaPay ID for your transaction. You will also see your order details in My PaisaPay.
Order ID : {{ORDER-ID}}
Total Items : {{TOTAL-ITEMS}}
在此内容中,我不希望用户编辑{{...}}
内的内容,这意味着将内容更改为只读?可能吗?
答案 0 :(得分:3)
http://ckeditor.com/addon/placeholder
使用Placeholder plugin您可以将特定文本更改为只读模式...