Don't display HTML code

Don't display HTML code

Nazanin_ebNazanin_eb Posts: 12Questions: 3Answers: 0

Hi. Why is no code displayed in the HTML Section in examples?
for example in multi tab datatable.

This question has an accepted answers - jump to answer

Answers

  • kthorngrenkthorngren Posts: 20,147Questions: 26Answers: 4,736

    This thread is asking the same question.

    Kevin

  • allanallan Posts: 61,451Questions: 1Answers: 10,055 Site admin
    Answer ✓

    Should be fixed now. You may need to do a ctrl-f5 refresh to make sure you get the latest code.

    Allan

  • Nazanin_ebNazanin_eb Posts: 12Questions: 3Answers: 0

    Hi. I refresh with ctrl-f5. but HTML is not shown.

  • allanallan Posts: 61,451Questions: 1Answers: 10,055 Site admin

    Darn - I may have broken it again in the last day or two. Sorry about that - I will check and see what is going on.

    Allan

  • Nazanin_ebNazanin_eb Posts: 12Questions: 3Answers: 0

    Thanks a lot

  • allanallan Posts: 61,451Questions: 1Answers: 10,055 Site admin

    That's it back up and running now :).

    Allan

  • Nazanin_ebNazanin_eb Posts: 12Questions: 3Answers: 0

    Thanks, but it doesn't show yet.

  • colincolin Posts: 15,118Questions: 1Answers: 2,583

    If you do a Ctl+F5 you'll see it - that'll be a browser cache issue.

    Colin

  • Nazanin_ebNazanin_eb Posts: 12Questions: 3Answers: 0

    I tested in Chrome and Firefox, but it is not shown.

  • kthorngrenkthorngren Posts: 20,147Questions: 26Answers: 4,736

    The HTML tab is showing the HTML now where it didn't before. Did you clear your browser's cache?

    Kevin

  • tangerinetangerine Posts: 3,342Questions: 35Answers: 394
  • kthorngrenkthorngren Posts: 20,147Questions: 26Answers: 4,736

    That one is broken for me too. This is what I get when inspecting the element:

    <table border="0" cellpadding="0" cellspacing="0">
       <tbody>
          <tr>
             <td class="gutter">
                <div class="line number1 index0 alt2">1</div>
             </td>
             <td class="code">
                <div class="container">
                   <div class="line number1 index0 alt2">&nbsp;</div>
                </div>
             </td>
          </tr>
       </tbody>
    </table>
    

    Kevin

  • allanallan Posts: 61,451Questions: 1Answers: 10,055 Site admin

    There are three examples with this issue - the HTML5 data options, Tabs and scrolling and the JS array data source example. I've got the fix locally and will be deploying it shortly.

    Allan

This discussion has been closed.