Method | Description | |
---|---|---|
Button_ComponentSelect ( string componentName ) : |
Пункт выпадающего меню Компоненты
|
|
Button_Delete_MenuItem ( string menuitemName ) : |
Кнопка удалить пункт меню
|
|
Button_Structure_Folder ( string folderName ) : |
Кнопка название папки в диалоге структуры сайта
|
|
Button_Undo_ChangesMessage ( string Message ) : |
Кнопка Отменить изменения на области предупреждений
|
|
Region_WarningMessage ( string Message ) : |
Область с предупреждением в публичке
|
|
Textbox_Prop_ItemEdit ( string propName ) : |
Текстбокс с текстом свойства раздела в диалоге редактирования свойств раздела
|
|
Textbox_Prop_ItemEdit_Other ( string propName ) : |
Текстбокс с текстом свойства раздела в диалоге редактирования свойств раздела
|
|
Textbox_Prop_ItemView ( string propName ) : |
Область с текстом свойства раздела в диалоге редактирования свойств раздела
|
public static Button_ComponentSelect ( string componentName ) : |
||
componentName | string | название компонента |
return |
public static Button_Delete_MenuItem ( string menuitemName ) : |
||
menuitemName | string | название пункта |
return |
public static Button_Structure_Folder ( string folderName ) : |
||
folderName | string | название папки |
return |
public static Button_Undo_ChangesMessage ( string Message ) : |
||
Message | string | Ожидаемое сообщение |
return |
public static Region_WarningMessage ( string Message ) : |
||
Message | string | Ожидаемое сообщение |
return |
public static Textbox_Prop_ItemEdit ( string propName ) : |
||
propName | string | названия свойства, например Продвигаемые слова |
return |
public static Textbox_Prop_ItemEdit_Other ( string propName ) : |
||
propName | string | названия свойства, например Продвигаемые слова |
return |
public static Textbox_Prop_ItemView ( string propName ) : |
||
propName | string | названия свойства, например Описание страницы |
return |