「スタンダード」の版間の差分

提供:MoodleDocs
移動先:案内検索
編集の要約なし
9行目: 9行目:
== リスト==
== リスト==


Lists are widely used in Moodle, including in sideblocks and on course pages. Many Moodle developers use the up-to-date combination of unordered lists and CSS styling for navigation, for example the SCORM module. If all lists use the same XHTML and CSS it is easy to design Moodle themes consistently and with few changes. Actually all lists are different.
サイドブロックおよびコースページを含み、Moodleでは広範囲にリストが使用されています。Many Moodle developers use the up-to-date combination of unordered lists and CSS styling for navigation, for example the SCORM module. If all lists use the same XHTML and CSS it is easy to design Moodle themes consistently and with few changes. Actually all lists are different.


; 外部リンク
; 外部リンク

2008年6月22日 (日) 15:29時点における版

作成中です - Mitsuhiro Yoshida 2008年6月20日 (金) 12:37 (CDT)

スタンダードページ要素およびパーツをスタイリングする

Moodleのページでは、同じような機能またはコンテンツの外観は同じにすべきです。この原則を一貫して実行することにより、学習環境の使用は、さらに使いやすくなります。Moodleのページは同じ機能パターン (PHPおよびJavaスクリプト) およびコンテンツパターン (XHTML) およびデザインパターン (CSS) を基にするという考え方です。そうでない場合、モジュールまたはブロックが独自のコードを必要とし、MoodleファイルおよびCSSが増加することにより、さらにデザインが難しく、退屈になってしまいます。

リスト

サイドブロックおよびコースページを含み、Moodleでは広範囲にリストが使用されています。Many Moodle developers use the up-to-date combination of unordered lists and CSS styling for navigation, for example the SCORM module. If all lists use the same XHTML and CSS it is easy to design Moodle themes consistently and with few changes. Actually all lists are different.

外部リンク

関連情報

W3C妥当性検証