• Atitit. Toast alert loading js控件   atiToast v2新特性


    Atitit. Toast alert loading js控件   atiToast v2新特性

     

    1. 连续多个txt追加的原理

       var txt = document.createElement("p");  

        txt.setAttribute("id","msgTxt");  

        txt.style.margin="16px 0";

    txt.style.color="#333";

     

        txt.innerHTML = str;  

        document.getElementById("alertmsgDiv").appendChild(txt);  

    2. V1  新特性

    可以连续多个txt追加

     

    作者::  ★(attilax)>>>   绰号:老哇的爪子  全名::Attilax Akbar Al Rapanui 阿提拉克斯 阿克巴 阿尔 拉帕努伊  汉字名:艾龙,  EMAIL:1466519819@qq.com

    转载请注明来源: http://blog.csdn.net/attilax

     

    3. V2改名toast

    语法方法实现android  toast的方法。。

    增加默认的延时关闭(10s)

    语法采用alert语法。。预计要增加android toastmarkText语法。

     

     

  • 相关阅读:
    oracle常用命令(比较常见好用)
    vim编辑器详解
    对话框和打印控件
    winform弹出唯一的窗体
    ListView
    菜单栏和布局
    窗体属性和公共控件
    ASPCMS和WPF
    MVC
    正则表达式
  • 原文地址:https://www.cnblogs.com/attilax/p/5963409.html
Copyright © 2020-2023  润新知