Đang chuẩn bị liên kết để tải về tài liệu:
Học php, mysql và javascript - p 43

Không đóng trình duyệt đến khi xuất hiện nút TẢI XUỐNG

Một Lịch YUI Wikipedia Ví dụ, bấm chuột vào liên kết lịch cho thấy cách bạn có thể làm cho lịch của riêng bạn, một tính năng thông thường cần thiết cho nhiều trang web. | A Simple YUI Calendar For example clicking through to the calendar link reveals how you can make your own calendars a common feature needed by many websites. Here s how you can recreate the calendar example shown at http developer.yahoo.com yui examples calendar multi.html To do so locate all the following files in the build folder of the downloaded YUI distribution on your hard disk and copy them to your web folder bearing in mind that assets is a folder not a file fonts fonts-min.css calendar assets yahoo-dom-event yahoo-dom-event.js calendar calendar-min.js Now you can type in the document in Example 19-3 calendar.html which when you call it up in your browser will look like Figure 19-5. Figure 19-5. A YUI calendar Other Uses for YUI 401 Example 19-3. calendar.html a multiselect calendar html head title YUI Calendar title clink rel stylesheet type text css href fonts-min.css link rel stylesheet type text css href assets skins sam calendar.css script src yahoo-dom-event.js script script src calendar-min.js script head body class yui-skin-sam div id cal1Container div script YAHOO.namespace example.calendar YAHOO.example.calendar.init function YAHOO.example.calendar.cal1 new YAHOO.widget.Calendar cal1 callContainer MULTI_SELECT true YAHOO.example.calendar.cal1.render YAHOO.util.Event.onDOMReady YAHOO.example.calendar.init script body html All that remains to do is place the following DIV where you want it on your web page and the calendar will appear there div id cal1Container div You can also link directly to the various files on the Yahoo server by modifying the three lines that link to the YUI libraries to read as follows link rel stylesheet type text css href http yui.yahooapis.com 2.7.0 build calendar assets skins sam calendar.css script src http yui.yahooapis.com 2.7.0 build yahoo-dom-event yahoo-dom-event.js script script src http yui.yahooapis.com 2.7.0 build calendar calendar-min.js script All the other YUI features are just as easy to use and require you

Đã 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.