AppBuilderAPITextItem
Базовое описание
Элемент текст, может быть только в AppBuilderAPIListScreen, может быть линком,
Пример кода
// Highlighted PHP Code include('../api/api.php'); $screen = new AppBuilderAPIListScreen('AppBuilderAPITextItem'); $screen->addChild(new AppBuilderAPITextItem('AppBuilderAPITextItem')); echo AppBuilderAPI::getScreenResponse($screen);
Comments (0)