format)) { $element->format->addClass('form-inline'); // Guidelines (removed). $element->format->guidelines->setProperty('access', FALSE); // Format (select). $element->format->format ->addClass('input-sm') ->setProperty('title_display', 'invisible') ->setProperty('weight', -10); // Help (link). $element->format->help->about ->setAttribute('title', t('Opens in new window')) ->setProperty('icon', Bootstrap::glyphicon('question-sign')); if (Bootstrap::getTheme()->getSetting('tooltip_enabled')) { $element->format->help->about->setAttribute('data-toggle', 'tooltip'); } } } }