Boolean contentEditable(); Object contentEditable(Boolean state);
1. 当前的可编辑状态
2. this对象
Std.dom("#content").contentEditable(true);