Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • 数据级权限:数据表中的行权限,列权限,添加记录的权限
  • 页面级权限:控制用户和角色能访问的页面
  • 元素级权限:可以控制用户和角色能访问的页面中的元素



HTML
<video src="http://powertoolsvideovideo1.qiniudngrapecity.com.cn/HuoZiGe/Tutorials/第16章权限设置/16.1权限概述.mp4"
width="800" preload="none" height="450" poster="http://powertoolsvideovideo1.qiniudngrapecity.com.cn/HuoZiGe/Tutorials/第16章权限设置/16.1权限概述.jpg"
controls="controls" onplaying="startplay()">您的浏览器不支持播放此视频。</video>
<script>
var isplayed = 1;
var startplay = function(){
if(isplayed){
ga('send', 'event', 'Play Video', '活字格', '第16章 权限设置');
isplayed = 0;
}
return false;
}
</script>

...