You are here

function _textimage_js_background in Textimage 5.2

Same name and namespace in other branches
  1. 6.2 textimage.module \_textimage_js_background()
1 call to _textimage_js_background()
textimage_js_background in ./textimage.module

File

./textimage.module, line 993

Code

function _textimage_js_background(&$form) {
  $id = count($form['settings']['preview']['text']['additional']);
  $form['settings']['preview']['text']['additional'][$id] = $form['settings']['preview']['text']['default'];
  $form['settings']['preview']['text']['additional'][$id]['#title'] = 'Additional text';
}