zoukankan      html  css  js  c++  java
  • 修改的梅花雪的日期控件。。只是一些小改动

    根据梅花雪的日期控件修改而来做了一些小扩充,样式做了一些调整
    转载请注明原作者是梅花雪,假正经哥哥只是做了小修改,谢谢大家,
    调用实例图片的样式实例调用,api 参考原说明文档 
         
    <script src="nagejs.js" type="text/javascript"></script><script language='javascript'>
    WebCalendar.yearFall 
    = 10
    WebCalendar.format 
    = 'yyyy-mm-dd' ;
    WebCalendar.timeShow 
    = false ;
    WebCalendar.drag 
    = true ;
    WebCalendar.darkColor  
    = 'activecaption';
    WebCalendar.lightColor 
    = 'captiontext' ;
    WebCalendar.wordColor 
    = 'windowtext';
    WebCalendar.wordDark 
    = 'appworkspace';
    WebCalendar.dayBgColor 
    ='window';
    WebCalendar.SelectedImgUrl  
    = ''; //对应的图片地址,下同
    WebCalendar.ToDayImgUrl 
    = '';
    WebCalendar.SetectedToDayImgUrl 
    = '';
    WebCalendar.LeftUpImgUrl 
    = '';
    WebCalendar.LeftDownImgUrl 
    = '';
    WebCalendar.RightUpImgUrl 
    ='';
    WebCalendar.RightDownImgUrl 
    ='';
          
     <span id="WebCalendar1" style="border-style:solid;border-1px;border-color:#C0C0C0;vertical-align:middle;cursor:hand;display:inline-block;120px;">
    <input name="_WebCalendar1" id="_WebCalendar1" maxlength="10" type="text" style="cursor:hand;100px; border:none 0px black;" value=""  onclick="selectText(this,window.event.offsetX);"  onKeyUp="DateFormat(this,this.value,event);" onblur="checkInput(this);"/>
    <img src="cal" onclick="javascript:calendar(document.getElementById('_WebCalendar1'));" width="16px" height="15px" style="margin:1px;cursor:hand;" />
    </span>




    不大愿意打字,调用实例中的各个事件是干吗大家试试就知道了,不说了

    文中提到的控件源码和图片:下载
  • 相关阅读:
    hwclock设置时间的调用过程是怎样的?
    git如何获取获取子模块的代码?
    hwclock和date源码分析
    linux内核是如何支持深度睡眠(deep sleep)方式的?
    mac下如何安装python3?
    linux内核中的__cpu_suspend是在哪里实现的呀?
    linux下安装oracle需要的配置
    linux实操常用命令总结
    linux下vi命令大全
    PHP100精华:很靠谱linux常用命令
  • 原文地址:https://www.cnblogs.com/xuanye/p/605514.html
Copyright © 2011-2022 走看看