• 1 2
  • render('field', 'select', array( 'field' => array( 'class' => 'e2pdf-apply-wysiwyg-change e2pdf-apply-wysiwyg-selection e2pdf-wysiwyg-font e2pdf-inactive', 'data-command' => 'font', 'disabled' => 'disabled', ), 'value' => '', 'empty' => '-', 'options' => $this->controller->get_fonts(true), )); ?> render('field', 'select', array( 'field' => array( 'class' => 'e2pdf-apply-wysiwyg-change e2pdf-apply-wysiwyg-selection e2pdf-wysiwyg-fontsize e2pdf-inactive', 'disabled' => 'disabled', 'data-command' => 'font-size' ), 'value' => '', 'empty' => '-', 'options' => $this->controller->get_font_sizes(), )); ?> render('field', 'select', array( 'field' => array( 'class' => 'e2pdf-apply-wysiwyg-change e2pdf-apply-wysiwyg-selection e2pdf-wysiwyg-lineheight e2pdf-inactive', 'disabled' => 'disabled', 'data-command' => 'line-height' ), 'value' => '', 'empty' => '-', 'options' => $this->controller->get_line_heights(), )); ?>