Παρουσίαση με Ετικέτες

NCarousel for XAF
24 Φεβρουαρίου 11 06:32 πμ | tolisss | 0 σχόλια   

jCarousel is a well known carousel build using JQuery by Jan Sorgalla. I have port the Carousel with dynamic content loading via JavaScript to .Net and created NCarousel which is basically a classic asp.net server control that a developer can configure using c# .

A list editor and added to eXpand (NCarouselListEdior) and all NCarousel control properties are also in the model so you can configure it from there.

image

image

A special interface IPictureItem should be implemented by your BO object in order editor to work.

public interface IPictureItem

{

    string ID { get; }

    Image Image { get; }

    string ImagePath { get;  }

}

At least one of Image, ImagePath peoperties should have values

To make the design of NCarousel skin design fast without having to go back to the model many times I have added the AllowOverride attribute at model, which basically does not inject any specific to view css, thus allowing the skin to be overridden by adding a ling to a css file in your default.aspx.

You can get the default skin css either from eXpand feature center application or from JCarousel original files

image

That way you modify only the css with dimensions, colors what ever you fill like and then set the attribute back to false and copy your css modifications back to the model so they can be inject as specific to view css.

A normal thumbnail list editor that will display all images in one go similar to the one available at DevExpress Extend demo has been added as well

image

The image bellow demo the use of multiple editors as nested listview editors,

image

ps:as text bellow image will concatenate all visible properties of the listview. Samples of those editors can be found at Xpand Feacturecenter web application

http://expandframework.com/downloads/download.html


Δημοσίευση στην κατηγορία: , ,

Search

Go

Το Ιστολόγιο

Ιστορικό Δημοσιεύσεων

Συνδρομές