Silverlight - 1.0实例之电子表
2008-11-14 11:51:03 来源:WEB开发网Clock.xaml.js
if (!window.Clock)
window.Clock = {};
Clock.Page = function()
{
}
Clock.Page.prototype =
{
handleLoad: function(control, userContext, rootElement)
{
this.control = control;
// Sample event hookup:
rootElement.addEventListener("MouseLeftButtonDown", Silverlight.createDelegate(this, this.handleMouseDown));
},
// Sample event handler
handleMouseDown: function(sender, eventArgs)
{
// The following line of code shows how to find an element by name and call a method on it.
// this.control.content.findName("Timeline1").Begin();
}
}
// TextBlock的MouseLeftButtonDown调用的方法
function MouseLeftButtonDown(sender, args)
{
window.open("http://webabcd.cnblogs.com");
}
// TextBlock的MouseMove调用的方法
function MouseMove(sender, args)
{
// TextBlock.foreground
sender.foreground = "red";
// TextBlock.textDecorations
sender.textDecorations = "underline";
}
// TextBlock的MouseLeave调用的方法
function MouseLeave(sender, args)
{
// TextBlock.foreground
sender.foreground = "#FF100888";
// TextBlock.textDecorations
sender.textDecorations = "none";
}
Tags:Silverlight 实例 电子表
编辑录入:爽爽 [复制链接] [打 印]- ››silverlight全屏显示图片
- ››Silverlight MVVM 模式(一) 切近实战
- ››实例分析网页的301重定向和网页跳转
- ››实例详解Photoshop图层混合模式调色照片
- ››实例分享建站一年多的经验总结
- ››实例分析企业网站宁做SEO也不做推广
- ››实例:Excel Vba程序中制作进度条,能显示实时进度...
- ››Silverlight for Windows Phone 7开发系列(1):...
- ››Silverlight for Windows Phone 7开发系列(2):...
- ››Silverlight for Windows Phone 7开发系列(3):...
- ››Silverlight for Windows Phone 7开发系列(4):...
- ››实例详解ISA防火墙策略元素:ISA2006系列之五
更多精彩
赞助商链接