在布局中添加头尾框(Header/Footer)

效果如下:

源码:




    Header/footer
    "Content-Type" content="text/html; charset=UTF-8"/>
    "X-UA-Compatible" content="IE=edge"/>
    "stylesheet" type="text/css" href="../../../../codebase/dhtmlx.css"/>
    
    
    

"doOnLoad();">
    
"my_logo" class="my_hdr">
class="text">Hi! I'm header!
"my_copy" class="my_ftr">
class="text">Hi! I'm copyright ©!
"controls">
"margin:20px;"> "button" value="attach header" οnclick="attachHeader();"> "button" value="detach header" οnclick="detachHeader();">

"button" value="attach footer" οnclick="attachFooter();"> "button" value="detach footer" οnclick="detachFooter();">

 

转载于:https://www.cnblogs.com/streamice/p/Header_Footer.html

你可能感兴趣的:(在布局中添加头尾框(Header/Footer))