Bitrix-D7 23.9
 
Загрузка...
Поиск...
Не найдено
defaultvalue.php
1<?
2
4
5
11{
12 const EDIT_BUTTON_ID = "grid_edit_button";
13 const REMOVE_BUTTON_ID = "grid_remove_button";
14 const SAVE_BUTTON_ID = "grid_save_button";
15 const CANCEL_BUTTON_ID = "grid_cancel_button";
16 const FOR_ALL_CHECKBOX_ID = "actallrows_";
17 const FOR_ALL_CHECKBOX_NAME = "action_all_rows_";
19 const FOR_ALL_CHECKBOX_CLASS = "main-grid-for-all-checkbox";
20 const EDIT_BUTTON_CLASS = "icon edit";
21 const REMOVE_BUTTON_CLASS = "icon remove";
22 const SAVE_BUTTON_CLASS = "save";
23 const CANCEL_BUTTON_CLASS = "cancel";
24}