
<?xml version="1.0" encoding="utf-8"?>
<SimpleControl name="CarouselSlide" descriptors="xworker.http.controls.SimpleControl">
<actions>
<GroovyAction name="doAction">
<code><![CDATA[images = [
[
"src":"http://www.bootcss.com/p/layoutit/img/1.jpg",
"href":"#",
"content":"棒球运动是一种以棒打球为主要特点,集体性、对抗性很强的球类运动项目,在美国、日本尤为盛行。",
"title":"棒球22"
],
[
"src":"http://www.bootcss.com/p/layoutit/img/2.jpg",
"content":"冲浪是以海浪为动力,利用自身的高超技巧和平衡能力,搏击海浪的一项运动。运动员站立在冲浪板上,或利用腹板、跪板、充气的橡皮垫、划艇、皮艇等驾驭海浪的一项水上运动。",
"title":"冲浪22"
],
[
"src":"http://www.bootcss.com/p/layoutit/img/3.jpg",
"content":"冲浪是以海浪为动力,利用自身的高超技巧和平衡能力,搏击海浪的一项运动。运动员站立在冲浪板上,或利用腹板、跪板、充气的橡皮垫、划艇、皮艇等驾驭海浪的一项水上运动。",
"title":"冲浪22"
]
];
return "success";]]></code>
</GroovyAction>
</actions>
<view title="测试滚动图">
<otherHeads><![CDATA[<meta http-equiv="content-type" content="text/html; charset=utf-8">
<LINK REL ="stylesheet" TYPE="text/css" HREF="fckeditor/2_6beta1/editor/css/fck_editorarea.css" TITLE="Style"/>
<script type="text/javascript" src="js/xworker/InnerBrowserUtil.js"></script>]]></otherHeads>
<JQuery descriptors="xworker.html.jquery.JQuery" version="jquery-2.0.3.min.js"></JQuery>
<Bootstrap>
<carousel-slide id="exampleSlide" interval="2000" iamgesVarName="images"></carousel-slide>
</Bootstrap>
</view>
<result name="success" value="xworker.example.web.bootstrap.jsplugin.CarouselSlide/@view"></result>
</SimpleControl>