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 yui examples calendar 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 calendar assets yahoo-dom-event calendar Now you can type in the document in Example 19-3 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. a multiselect calendar html head title YUI Calendar title clink rel stylesheet type text css href link rel stylesheet type text css href assets skins sam script src script script src script head body class yui-skin-sam div id cal1Container div script function new cal1 callContainer MULTI_SELECT true 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 build calendar assets skins sam script src http build yahoo-dom-event script script src http build calendar script All the other YUI features are just as easy to use and require you