Page tree

Versions Compared

Key

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


HTML
<video src="https://videos.grapecity.com.cn/ActiveReportsJS/online/1-1初始ARJS.mp4" width="100%" controls="controls" onplaying="startplay()">您的浏览器不支持播放此视频,请使用Chrome、IE11、Edge等支持Html5的浏览器。</video>
<script>
var isplayed = 1;
var startplay = function(){
if(isplayed){
ga('send', 'event', 'Play Video', 'Wyn Enterprise', '340E001-Windows环境产品安装');
isplayed = 0;
}
return false;
}
</script>


初始 ActiveReportsJS

通过本视频介绍,对ActiveReportsJS有个整体的认知,掌握产品的运行机制,以及功能范围了解,基本流程的介绍。