430
עריכות
על מנת לערוך סיכומים נדרש לפתוח חשבון.
(הסתרת הכותרת (בדיקה)) |
(שחזור) |
||
שורה 1: | שורה 1: | ||
/* tooltips and access keys */ | /* tooltips and access keys */ | ||
ta = new Object(); | ta = new Object(); | ||
שורה 67: | שורה 64: | ||
function InsertButtonsToToolBar() | function InsertButtonsToToolBar() | ||
{ | { | ||
tooly = document.getElementById('toolbar'); | |||
if (tooly != null) | |||
{ | |||
/* הגדרת כפתור קו מחיקה. */ | |||
StrikeTextButton = "<a href=\"javascript:insertTags('<s>','</s>','טקסט מחוק');\">|<img src=\"http://upload.wikimedia.org/wikipedia/meta/c/c9/Button_strike.png\" alt=\"טקסט מחוק\"></a>"; | |||
/* הגדרת כפתור ישור לשמאל. */ | |||
LeftTexttButton = "<a href=\"javascript:insertTags('<div style="text-align:left; direction:ltr;">\\n','\\n</div>','טקסט מיושר לשמאל');\"><img src=\"http://upload.wikimedia.org/wikipedia/he/e/ea/Button_align_left.png\" alt=\"יישור טקסט לשמאל\"></a>"; | |||
/* הגדרת כפתור מירכוז טקסט. */ | |||
CenterTextButton = "<a href=\"javascript:insertTags('<center>','</center>','מירכוז טקסט');\"><img src=\"http://upload.wikimedia.org/wikipedia/he/5/5f/Button_center.png\" alt=\"מירכוז טקסט\"></a>"; | |||
/* הגדרת כפתור הוספת טבלה בסיסית. */ | |||
TableButton = "<a href=\"javascript:insertTags('\\n{| border=1 \\n|- \\n| עמודה1 || עמודה2 \\n|- \\n| עמודה3 || עמודה4','\\n|}\\n','');\"><img src=\"http://upload.wikimedia.org/wikipedia/he/6/60/Button_insert_table.png\" alt=\"הוספת טבלה\"></a>"; | |||
/* הגדרת כפתור הוספת תג ירידת שורה. */ | |||
EenterButton = "<a href=\"javascript:insertTags('</br>','','');\"><img src=\"http://upload.wikimedia.org/wikipedia/he/1/13/Button_enter.png\" alt=\"שבירת שורה\"></a>"; | |||
/* הגדרת כפתור כתב עילי. */ | /* הגדרת כפתור כתב עילי. */ | ||
שורה 94: | שורה 91: | ||
SmallTextButton = "<a href=\"javascript:insertTags('<small>','</small>','כתב מוקטן');\"><img src=\"http://upload.wikimedia.org/wikipedia/he/5/58/Button_small.png\" alt=\"כתב זעיר\"></a>"; | SmallTextButton = "<a href=\"javascript:insertTags('<small>','</small>','כתב מוקטן');\"><img src=\"http://upload.wikimedia.org/wikipedia/he/5/58/Button_small.png\" alt=\"כתב זעיר\"></a>"; | ||
/* הגדרת כפתור הערה מוסתרת. */ | |||
CommentButton = "<a href=\"javascript:insertTags('<!--','-->','הערה מוסתרת');\"><img src=\"http://upload.wikimedia.org/wikipedia/he/3/34/Button_hide_comment.png\" alt=\"הפיכת טקסט להערה מוסתרת\"></a>"; | CommentButton = "<a href=\"javascript:insertTags('<!--','-->','הערה מוסתרת');\"><img src=\"http://upload.wikimedia.org/wikipedia/he/3/34/Button_hide_comment.png\" alt=\"הפיכת טקסט להערה מוסתרת\"></a>"; | ||
/* הגדרת כפתור גלריה. */ | |||
GalleryButton = "<a href=\"javascript:insertTags('\\n<gallery>\\n','\\n</gallery>','תמונה:PictureFileName.jpg|כיתוב תמונה\\nתמונה:PictureFileName.jpg|כיתוב תמונה');\"><img src=\"http://upload.wikimedia.org/wikipedia/he/1/12/Button_gallery.png\" alt=\"יצירת גלריית תמונות\"></a>"; | GalleryButton = "<a href=\"javascript:insertTags('\\n<gallery>\\n','\\n</gallery>','תמונה:PictureFileName.jpg|כיתוב תמונה\\nתמונה:PictureFileName.jpg|כיתוב תמונה');\"><img src=\"http://upload.wikimedia.org/wikipedia/he/1/12/Button_gallery.png\" alt=\"יצירת גלריית תמונות\"></a>"; | ||
/* הגדרת כפתור כותרת - דרגה 3. */ | |||
/* חוסך מאמץ של כתיבת שש תוי שווה. */ | |||
SecondaryHeadlineButton = "<a href=\"javascript:insertTags('\\n===','===','פסקה משנית');\"><img src=\"http://upload.wikimedia.org/wikipedia/he/e/e9/Button_headline2.png\" alt=\"כותרת - דרגה 3\"></a>"; | SecondaryHeadlineButton = "<a href=\"javascript:insertTags('\\n===','===','פסקה משנית');\"><img src=\"http://upload.wikimedia.org/wikipedia/he/e/e9/Button_headline2.png\" alt=\"כותרת - דרגה 3\"></a>"; | ||
/* הגדרת כפתור הזחה. */ | |||
ShiftingButton = "<a href=\"javascript:insertTags(':','',':');\"><img src=\"http://upload.wikimedia.org/wikipedia/he/8/8e/Button_shifting.png\" alt=\"הזחת משפט לשמאל\"></a>"; | |||
/* הגדרת כפתור ציטוט. */ | |||
BlockQuoteButton = "<a href=\"javascript:insertTags('<blockquote style="border:1px solid blue; padding:2em;\">\\n','\\n</blockquote>','ציטוט');\"><img src=\"http://upload.wikimedia.org/wikipedia/he/f/fd/Button_blockquote.png\" alt=\"חלונית ציטוט\"></a>"; | |||
/* הגדרת כפתור צבע חזית. */ | |||
FontColorButton = "<a href=\"javascript:insertTags('<font color="ColorName">','</font>','צבע חזית');\"><img src=\"http://upload.wikimedia.org/wikipedia/he/1/1e/Button_font_color.png\" alt=\"צבע חזית גופן\"></a>"; | |||
/* הגדרת כפתור קוד. */ | |||
CodeButton = "<a href=\"javascript:insertTags('<code>','</code>','קוד');\"><img src=\"http://upload.wikimedia.org/wikipedia/he/2/23/Button_code.png\" alt=\"תצוגת קוד\"></a>"; | |||
/* הגדרת כפתור תת לינק. */ | |||
SubLinkButton = "<a href=\"javascript:insertTags('[[שם ערך#',']]','שם כותרת|שם תצוגה');\"><img src=\"http://upload.wikimedia.org/wikipedia/he/9/93/Button_sub_link.png\" alt=\"תת קישור לכותרת בערך\"></a>"; | |||
/* הגדרת כפתור הגדרת רשימת פריטים. */ | /* הגדרת כפתור הגדרת רשימת פריטים. */ | ||
DefinitionListCodeButton = "<a href=\"javascript:insertTags('\\n; ',' : ','פריט');\"><img src=\"http://upload.wikimedia.org/wikipedia/he/d/d3/Button_definition_list.png\" alt=\"הגדרת רשימת פריטים\"></a>"; | |||
/* הוספת כל הכפתורים לסרגל כלים. */ | /* הוספת כל הכפתורים לסרגל כלים. */ | ||
שורה 127: | שורה 124: | ||
} | } | ||
} | } | ||