DotNetNuke实现图片滚动

简介: 来源:http://www.nestwood.com/default.aspx?tabid=63 说明:支持十几种展示效果,非常棒! LinkImage Module Created by Wilan P.

来源:http://www.nestwood.com/default.aspx?tabid=63

说明:支持十几种展示效果,非常棒!

LinkImage Module
Created by Wilan P. Bigay

Introduction
This is my first module created that is to be released to the public. This module is a hybrid of the core Link and Image module.


Features.

  • 1. Display images as links.
  • 2. Vertical list display of images.
  • 3. Horizontal list display of images.
  • 4. Slideshow
  • 5. Transition effects can be specified from list.
  • 6. Delay interval for the slideshow can be specified in milliseconds.
  • 7. Single Random Image display. The module chooses an image to display at random.
  • 8. Show images as thumbnails.
  • 9. Scrolling effect when viewed as list.
  • 10. CSS applicable classes.
    • a. linkimage_list_cell - applied to the cell table containing the image and description when the image is viewed in a list
    • b. linkimage_image - applied to the image itself.
    • c. linkimage_image_description - applied to the description of the image when shown.
    • d. linkimage_slideshow_div - applied to the div tag that contains the image when viewed as either slide show or random.

 本地下载:http://files.cnblogs.com/DotNetNuke/Nestwood.LinkImagePA.zip

相关文章
46zTree - Metro 风格的左侧菜单
46zTree - Metro 风格的左侧菜单
33 0
HandyControl应用之本地图片查看器
HandyControl应用之本地图片查看器
302 0
WPF常用UI库和图标库(MahApps、HandyControl、LiveCharts)
WPF有很多开源免费的UI库,本文主要介绍常见的MahApps、HandyControl两个UI库;在开发过程中经常会涉及到图表的开发,本文主要介绍LiveCharts开源图表库。
|
前端开发 JavaScript UED
纯css实现Material Design中的水滴动画按钮
纯css实现Material Design中的水滴动画按钮
纯css实现Material Design中的水滴动画按钮
|
C# 开发者
[UWP]新控件ColorPicker
原文:[UWP]新控件ColorPicker 1. 前言 Fall Creators Update中提供了一个新得ColorPicker控件,解决了以前选择颜色只能用Combo Box的窘境。 2. 一个简单的例子 如上所示,ColorPiker可以通过在光谱或色轮上拖动滑块,或者在RGB/HSV及十六进制的TextBox中直接输入颜色的数值改变Color属性。
1044 0
[UWP]使用Reveal
原文:[UWP]使用Reveal 1. 前言 之前在 如何使用Fluent Design System 这篇文章里已经简单介绍过Reveal的用法,这篇再详细介绍其它内容。 2. 自定义RevealButtonStyle 我觉得常用ItemsControl都已经自动应用了Reveal,用就是了。
1006 0
|
C#
在WPF中使用FontAwesome之类的字体图标
原文:在WPF中使用FontAwesome之类的字体图标 我之前在博客中介绍过几个矢量图库网站,在WPF程序中,一般接触到的矢量图标资源有XAML、SVG、字体这三种格式。XAML是标准格式就不说了,SVG并不是直接支持的,不过微软提供了Expression Design可以非常方便我们将其转换为XAML格式的资源。
1412 0
|
JavaScript C#
wpf CefSharp 与 js交互
原文:wpf CefSharp 与 js交互 通过 NuGet 获取 CefSharp.WpF 组件。  xmlns:cefSharp="clr-namespace:CefSharp.
3912 0
|
Web App开发 算法 C#
WPF 控件库——仿制Chrome的ColorPicker
原文:WPF 控件库——仿制Chrome的ColorPicker 一、观察   项目中的一个新需求,需要往控件库中添加颜色拾取器控件,因为公司暂时还没有UI设计大佬入住,所以就从网上开始找各种模样的ColorPicker,找来找去我就看上了谷歌浏览器自带的,它长这个样:         看上去不错,可以搞!搞之前得观察一下这里面可能的一些坑。
1458 0