TAILIEUCHUNG - Wrox Beginning SharePoint 2010 Development phần 4

Ở giai đoạn này trong cuốn sách, bạn đã được giới thiệu những gì SharePoint. Bạn đã học được làm thế nào để thiết lập một môi trường phát triển (hoặc ảo hóa hoặc kim loại), và bạn đã đọc về một số các tính năng phát triển trong SharePoint 2010. Từ đây trên ra ngoài, bạn sẽ trở nên thực tế hơn trong tương tác của bạn với cuốn sách này, và bạn sẽ bắt đầu viết các ứng dụng cho SharePoint 2010. . | Development Using the Expression Blend Suite I 119 TABLE 3-2 Control Types and Names CONTROL TYPES CONTROL NAMES Label lblTitle lblDate Textbox txtbxDate Button btnDate Calendar clndrControl 3. Arrange the controls so that they look like Figure 3-40. Note that you can add some gradient to the control by clicking the control and then clicking different areas of the color palette in the Properties window. FIGURE 3-40 Designing controls in Expression Blend 4. You could add more sophisticated behaviors but for now save the application and close Expression Blend. You ll add some event handlers for the application but you re going to do this using Visual Studio. 5. Open Visual Studio 2010 and then open the Silverlight project. Note that when you open it the project structure will look like Figure 3-41. However the look and feel of the UI that you designed in Expression remains intact. 120 I CHAPTER 3 SHAREPOINT 2010 DEVELOPER TOOLS FIGURE 3-41 Silverlight application in Visual Studio 6. Inspect the XAML that makes up the UI see the following code snippet . Note the gradient elements that provide the richer brush strokes for the calendar and button controls. This was a result of your clicking within the color palette. UserControl xmlns http winfx 2006 xaml presentation xmlns x http winfx 2006 xaml xmlns controls clr-namespace assembly xmlns d http expression blend 2008 xmlns mc http markup-compatibility 2006 xmlns dataInput clr-namespace assembly x Class Width 640 Height 480 mc ĩgnorable d Grid x Name LayoutRoot Background White Development Using the Expression Blend Suite I 121 Button x Name btnDate HorizontalAlignment Left Margin 51 0 0 160 VerticalAlignment Bottom Width 75 Content Get Date Background FFF81911 controls Calendar x Name .

TỪ KHÓA LIÊN QUAN
TAILIEUCHUNG - Chia sẻ tài liệu không giới hạn
Địa chỉ : 444 Hoang Hoa Tham, Hanoi, Viet Nam
Website : tailieuchung.com
Email : tailieuchung20@gmail.com
Tailieuchung.com là thư viện tài liệu trực tuyến, nơi chia sẽ trao đổi hàng triệu tài liệu như luận văn đồ án, sách, giáo trình, đề thi.
Chúng tôi không chịu trách nhiệm liên quan đến các vấn đề bản quyền nội dung tài liệu được thành viên tự nguyện đăng tải lên, nếu phát hiện thấy tài liệu xấu hoặc tài liệu có bản quyền xin hãy email cho chúng tôi.
Đã phát hiện trình chặn quảng cáo AdBlock
Trang web này phụ thuộc vào doanh thu từ số lần hiển thị quảng cáo để tồn tại. Vui lòng tắt trình chặn quảng cáo của bạn hoặc tạm dừng tính năng chặn quảng cáo cho trang web này.