GithubHelp home page GithubHelp logo

operamasks-ui's People

Watchers

 avatar

operamasks-ui's Issues

关于OM demo中的JAVA源码可以公布吗?想学习一下

What steps will reproduce the problem?
1. 关于OM demo中的JAVA源码可以公布吗?想学习一下
2. $("#grid").omGrid("setData", data) 
中的data我用JSON格式的字符串数据代替时,会出现数据加载错
误。从JAVA中返回来的是哪一种类型呢?JAVA新手,还请多多包
函。

Original issue reported on code.google.com by [email protected] on 14 May 2012 at 7:05

这个项目太监了

What steps will reproduce the problem?
1.
2.
3.

What is the expected output? What do you see instead?


What version of the product are you using? On what operating system?


Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 30 Aug 2013 at 6:19

omGrid 的编辑功能里如何调用对应input的验证函数

因为要实现 在一个combo中选中对应项才启动对应input的编辑, 
功能是用在combo验证过程中根据条件修改input disabled属性实现
    可是有一问题就是在选中启动input编辑的对应combo项时,让这些input验证不通过,再更改combo项,form就一直保持验证不通过的状态,求教如何处理

可能我描述的有些不清楚,但还请多留意下,谢谢

PS.你们的论坛现在也无法进入.......

Original issue reported on code.google.com by [email protected] on 2 Nov 2012 at 7:30

Attachments:

OmGrid在OmDialog中显示问题

What steps will reproduce the problem?
1. 
在OmDialog的层中,初始化一个OmGrid,dialog的autoopen为false,OmGrid设��
�高度为像素值.
2. 
在调用OmDialog的open方法后,grid的state条被遮盖大概2/3,无法显示

使用ui-1.1版本


Original issue reported on code.google.com by lanlon.zen on 3 May 2012 at 6:15

新版chrome下buttons显示错误

What steps will reproduce the problem?
1. http://localhost:8080/operamasks-ui/demos/index.html#omButton
2.
3.

What is the expected output? What do you see instead?


What version of the product are you using? On what operating system?
win7, chrome 20


Please provide any additional information below.

Original issue reported on code.google.com by watano on 11 May 2012 at 4:47

Attachments:

itemSelector组件重新加载问题

我通过树结构对右边的itemselector组件进行切换数据操作,但��
�每加载一次,原来的itemselector 
的长和宽都会增加一点,次数多了就变弄了,这是一个BUG吗��
�

Original issue reported on code.google.com by [email protected] on 4 Jun 2012 at 1:30

无数据时,om-grid控件insertRow无法新增一行

om-grid初始化完成以后,如果事先没有指定数据源(即om-grid中
没有数据),此时调用insertRow方法没反应,不能新增一行。��
�:om-grid的editor已经指定。

示例代码如下:
<script type="text/javascript">
    $(document).ready(function() {
        var $grid = $('#form_grid').omGrid({
            height : 300,
            width : 600,
            limit: 20, //每页行数
            singleSelect : false,
            showIndex : true, //是否显示行号

            colModel : [ {header:'ID',name:'col1',width:100,align:'left',editor:{rules:["required",true,"ID不能为空!"]}},
                         {header:'名称',name:'col2',width:100,align:'left',editor:{}},
                         {header:'备注',name:'col3',width:'autoExpand',align:'left',editor:{}}
                         ]
        });
    });

    function add() {
        //alert("1111");
        $('#form_grid').omGrid("insertRow","end",{"col3":"备注"});
        //alert("2222");
    };
</script>

    <div id="form_grid"></div>
    <button id="add" name="add" onclick="add();">添加</button> 


Original issue reported on code.google.com by [email protected] on 18 Oct 2012 at 10:29

这UI没有人维护,怎能在开源界得到影响

What steps will reproduce the problem?
1. 
jQuery已经更新到1.10.2(2.0.3)啦,但从1.8丢弃的curCSS等后,UI就��
�兼容,虽然大家想办法来处理,但官方更新进度也太差了吧�
��与此同时,其它问题同样严重。
本来想换个UI试试的,这严重打击使用的信心。。。
2.
3.

What is the expected output? What do you see instead?


What version of the product are you using? On what operating system?


Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 28 Aug 2013 at 8:02

ItemSelector 严重bug

$('#selector').omItemSelector({
        availableTitle : '可选角色',
        selectedTitle : '拥有角色',
        dataSource : [
            {text:'北京市',value:'beijing'},{text:'天津市',value:'tianjin'},
            {text:'重庆市',value:'chongqing'},{text:'上海市',value:'shanghai'},
            {text:'河北省',value:'hebei'},{text:'山西省',value:'shanxi'},
            {text:'辽宁省',value:'liaoning'},{text:'吉林省',value:'jilin'},
            {text:'黑龙江省',value:'heilongjiang'},{text:'江苏省',value:'jiangsu'},
            {text:'浙江省',value:'zhejiang'},{text:'安徽省',value:'anhui'},
            {text:'福建省',value:'fujian'},{text:'江西省',value:'jiangxi'},
            {text:'山东省',value:'shandong'},{text:'河南省',value:'henan'},
            {text:'湖北省',value:'hubei'},{text:'湖南省',value:'hunan'},
            {text:'广东省',value:'guangdong'},{text:'海南省',value:'hainan'},
            {text:'四川省',value:'sichuan'},{text:'贵州省',value:'guizhou'},
            {text:'云南省',value:'yunnan'},{text:'陕西省',value:'shaanxi'},
            {text:'甘肃省',value:'gansu'},{text:'青海省',value:'qinghai'}
        ]
    });
    $('#selector').omItemSelector({
        value:['hubei','shaanxi','beijing','tianjin','chongqing','shanghai','hebei','shanxi','liaoning','jilin','heilongjiang','jiangsu','zhejiang','anhui','jiangxi','henan','guizhou','shaanxi']
    });

Original issue reported on code.google.com by [email protected] on 24 Apr 2013 at 7:00

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.