AlbumOnNet WebControl Suite

Slide.WindowOpenArguments Property

Optional Window open arguments.

[Visual Basic]
Overridable Public Property WindowOpenArguments As String
[C#]
public virtual string WindowOpenArguments {get; set;}

Property Value

Optional javascript window open arguments that shall be used for the NavigateUrl. Default is Empty.

Remarks

Note The WindowOpenArguments are standard javascript window.open arguments. E.g. "width=500,height=400,toolbar=yes,location=yes,status=yes,scrollbars=yes,resizable=yes,menubar=yes"

Example

<axp:slideshow id=SlideShow1 runat="server" 
            BackColor="#404040" BorderColor="Maroon" BorderStyle="Dotted" BorderWidth="10px" 
            ForeColor="Yellow" ImageBorderStyle="Solid" ImageBorderColor="Gold" ImageBorderWidth="1px" 
            ScalingType="MaximumSize" ScaleHeight="100" Height="300px" Width="300px">
            <Slides>
            <axp:Slide Target="_blank" ImageUrl="albums/albumExif/ricoh-rdc5300.jpg" WindowOpenArguments="width=500,height=400,toolbar=yes,location=yes,status=yes,scrollbars=yes,resizable=yes,menubar=yes" SlideId="albums/albumExif/canon-ixus.jpg" FileNameText="canon-ixus.jpg" NavigateUrl="http://www.axezz.com"></axp:Slide>
            <axp:Slide ImageUrl="albums/album3/007.jpg" SlideId="albums/album3/007.jpg" FileNameText="007.jpg"></axp:Slide>
            </Slides>
            </axp:slideshow>
             

See Also

Slide Class | AlbumOnNet Namespace