大多数在线编程课程在其网页中都有此文本区域(您在其中键入代码),为您提供代码着色和括号配对等。
这样做的缺点是,不能使用像It's All Text这样的工具。
使问题更具体,我目前希望使用上面提到的工具TACTIC的脚本编辑器。文本区域后面的html代码类似于:
<div class="ace_layer ace_text-layer" style="width: auto; padding: 0px 4px;">
<div style="height:14px" class="ace_line">
<span class="ace_identifier">ASSET_TASK</span> <span class=
"ace_keyword ace_operator">=</span> <span class="ace_string">"rig"</span>
</div>
<div style="height:14px" class="ace_line">
<span class="ace_identifier">ASSET_STATUS</span> <span class=
"ace_keyword ace_operator">=</span> <span class="ace_string">"Approved"</span>
</div>
</div>
而不是<textarea>
。
那么为了实现上述设置,我应该做些什么调整?