The ID of the item. 'name' => The name of the item. 'range_id' => The range-ID of the item. 'range_type' => The range type of the item. ] If $item is null this template switches to HTML template mode which means placeholders are generated for the item attributes inside the HTML code. Furthermore template specific classes are added to the li element. The placeholders are named as follows: 'id' => ITEM_ID 'name' => NAME 'range_id' => RANGE_ID 'range_type' => RANGE_TYPE */ $classes = 'clipboard-item '; if ($draggable_items) { $classes .= 'draggable '; } if (!$item) { $classes .= 'clipboard-item-template invisible'; } ?>