dtll2016 2017-11-01 11:30
浏览 125
已采纳

可信的div高度限制

Hey guys I have problems with contenteditable height. With code like this:

 function Preview() {
 var x = document.getElementById("code").value;
 document.getElementById("preview").innerHTML = x;
}
  .preview{
text-align: left;
color: white;
margin-left: 10px;
max-height: 300px;
overflow: auto;
}
<section id="main"> 
   <div id="gra"> 
      <input type="hidden" id="current-code" name="current-code" />
         <textarea id="code" name="code">
             <!DOCTYPE html>
               <html lang="en">
                  <head>
                    <meta charset="UTF-8">
                    <title>A Simple PHP File</title>
                  </head>
                  <body>
                    <h1><?php echo "Hello, world!"; ?></h1>
                  </body>
               </html> 
             </textarea>
       <div class="flex">
          <a href="#" class="myButton" onclick="Preview()">Preview</a>
         <a href="#" class="myButton" onclick="Reset()">Reset</a>  
       </div>
      </div>
      <div id="gra">
        <div contenteditable="true" class="preview" id="preview">  
      </div>
    </div>
 </section>

When I enter code with more I can observe effect like this: test

Anyone can help me with limit contenteditable height?

</div>
  • 写回答

1条回答 默认 最新

  • dongyanju1094 2017-11-01 11:50
    关注

    try this code

    and also change color: red; instead of color:white because its not see anything on white screen

    function Preview() {
    
      var x = document.getElementById("code").value;
      document.getElementById("preview").innerHTML = x;
    }
    
    function Reset() {
      document.getElementById("preview").innerHTML = "";
    }
    .preview {
      text-align: left;
      color: red;
      margin-left: 10px;
      max-height: 300px;
      overflow-y: scroll;
      border: solid 1px #ddd;
    }
    <section id="main">
      <div id="gra">
        <input type="hidden" id="current-code" name="current-code" />
        <textarea id="code" name="code">
                 <!DOCTYPE html>
                   <html lang="en">
                      <head>
                        <meta charset="UTF-8">
                        <title>A Simple PHP File</title>
                      </head>
                      <body>
                        <h1><?php echo "Hello, world!"; ?>you write php code hear so it will not print on html</h1>
                      </body>
                   </html> 
                 </textarea>
        <div class="flex">
          <a href="#" class="myButton" onclick="Preview()">Preview</a>
          <a href="#" class="myButton" onclick="Reset()">Reset</a>
        </div>
      </div>
      <div id="gra">
        <div contenteditable="true" class="preview" id="preview">
        </div>
      </div>
    </section>

    </div>
    
    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?

悬赏问题

  • ¥15 目详情-五一模拟赛详情页
  • ¥15 有了解d3和topogram.js库的吗?有偿请教
  • ¥100 任意维数的K均值聚类
  • ¥15 stamps做sbas-insar,时序沉降图怎么画
  • ¥15 买了个传感器,根据商家发的代码和步骤使用但是代码报错了不会改,有没有人可以看看
  • ¥15 关于#Java#的问题,如何解决?
  • ¥15 加热介质是液体,换热器壳侧导热系数和总的导热系数怎么算
  • ¥100 嵌入式系统基于PIC16F882和热敏电阻的数字温度计
  • ¥15 cmd cl 0x000007b
  • ¥20 BAPI_PR_CHANGE how to add account assignment information for service line