Coder Social home page Coder Social logo

flex-security's People

Watchers

 avatar  avatar

flex-security's Issues

annotation

annotation源码跟在线的例子貌似不一致,源码在本地操作,没�
��任何反应。。

stylename 是用来设置样式的,用此判断会有冲突
id如果在不同文件里有相同命名的话会不会有影响?

权限应该是根据用户的权限级别在前台控制可操作的动作,��
�如添加,删除。。
权限是在用户初始登录时获取的,不能在程序中事先设置吧��
�

能不能提供个更合理的例子呢?

Original issue reported on code.google.com by [email protected] on 8 Aug 2010 at 9:20

你好,FLEX SDK 4.6 ~ 4.10 测试发现当ControlBy 为 CONTROY_BY_REMOVE时,所有例子都有BUG。

比如 manual 例子中

将代码改成
SecurityControler.addSecurityAction(user_new, "user_new", 
SecurityConstants.CONTROY_BY_REMOVE);
                SecurityControler.addSecurityAction(user_delete, "user_delete", SecurityConstants.CONTROY_BY_REMOVE);
                SecurityControler.addSecurityAction(user_update, "user_update", SecurityConstants.CONTROY_BY_REMOVE); 
                SecurityControler.addSecurityAction(user_search, "user_search", SecurityConstants.CONTROY_BY_REMOVE);
                SecurityControler.addSecurityAction(passwordInput, "passwordInput", SecurityConstants.CONTROY_BY_REMOVE);

反复执行2次 add 和 remove 操作后,就报错,

具体为,addchild时,添加的index位置不对。


还有在例子annotation中,只会处理第一个按钮,好像只要执行�
�� doAction 中的这句代码 
后,后面的控件就没法触发添加到舞台的事件了,也就是说��
�没法激活process(event.target);了

Original issue reported on code.google.com by [email protected] on 7 Feb 2014 at 3:29

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.