资源描述:
《Colorbox的官方用法翻译》由会员上传分享,免费在线阅读,更多相关内容在教育资源-天天文库。
1、在上面的代码中,每种使用方式都有说明,从代码中可以看出,colorbox使用起来是非常的简单。colorbox还提供了很多的属性、方法和事件,可以让我们更加方式的就用colorbox,下面是一个从网上找的一个中文的参考列表:KEY设置的值DEFAULT默认值DESCRIPTION介绍transition“elastic”Thetransitiontype.Canbesetto“elastic”,“fade”,or“none”.过渡效果,可以是”elastic”,“fade”,or“none”.speed350Setsthespeedofthefa
2、deandelastictransitions,inmilliseconds.设置过渡效果的持续时间,毫秒hreffalseThiscanbeusedasanalternativeanchorURLortoassociateaURLfornon-anchorelementssuchasimagesorformbuttons.Example:$(‘h1′).colorbox({href:”welcome.html”})这个用来设置一个锚标记的值或者一个不是锚的元素,例如图像或者表单的按钮,例如:titlefalseThiscanbeusedasan
3、anchortitlealternativeforColorBox.这可以为Colorbox设置一个标题relfalseThiscanbeusedasananchorrelalternativeforColorBox.Thisallowstheusertogroupanycombinationofelementstogetherforagallery,ortooverrideanexistingrelsoelementsarenotgroupedtogether.Example:$(‘#examplea’).colorbox({rel:’grou
4、p1′})这个可以根据元素的rel属性设置要显示的元素集合,也可以覆盖一个存在的rel属性widthfalseSetafixedtotalwidth.Thisincludesbordersandbuttons.Example:“100%”,“500px”,or500设置宽度,包括边框和按钮heightfalseSetafixedtotalheight.Thisincludesbordersandbuttons.Example:“100%”,“500px”,or500设置高度,包括边框和按钮innerWidthfalseThisisanaltern
5、ativeto‘width’usedtosetafixedinnerwidth.Thisexcludesbordersandbuttons.Example:“50%”,“500px”,or500这个可以设定一个固定的内大小,包括边框和按钮innerHeightfalseThisisanalternativeto‘height’usedtosetafixedinnerheight.Thisexcludesbordersandbuttons.Example:“50%”,“500px”,or500这个可以设定一个固定的内高度,包括边框和按钮initia
6、lWidth300Settheinitialwidth,priortoanycontentbeingloaded.设置初始化宽度initialHeight100Settheinitialheight,priortoanycontentbeingloaded.设置初始化高度maxWidthfalseSetamaximumwidthforloadedcontent.Example:“100%”,500,“500px”设置内容的最大宽度maxHeightfalseSetamaximumheightforloadedcontent.Example:“10
7、0%”,500,“500px”设置内容的最大高度scalePhotostrueIf‘true’andifmaxWidth,maxHeight,innerWidth,innerHeight,width,orheighthavebeendefined,ColorBoxwillscalephotostofitwithinthethosevalues.如果是true且maxWidth,maxHeight,innerWidth,innerHeight,width,或者height被设置,Colorbox会缩放图片以使用边框scrollingtrueIf‘f
8、alse’ColorBoxwillhidescrollbarsforoverflowingcontent.Thiscouldbeused