$val[2]
);
}
- $this->add('textarea', 'style_rules', ts('Additional Style Rules'))->setRows(5);
+ $this->add('textarea', 'style_rules', ts('Additional Style Rules'), 'cols="70"')->setRows(5);
$this->add('checkbox', 'override', ts('Override default template'));
- $this->add('textarea', 'custom_template', ts('Custom template:<br><SMALL><font color="red">Please customize the smarty v2 template only if you know what you are doing</font></SMALL>'))->setRows(10);
+ $this->add('textarea', 'custom_template', ts('Custom template:<br><SMALL><font color="red">Please customize the smarty v2 template only if you know what you are doing</font></SMALL>'), 'cols="70"')->setRows(10);
$this->addElement('submit','preview','name="Save and Preview" id="preview"');
$this->addButtons(array(
Beta - I. 11/06/2014
------------------------------------------
-1. Fixed UT Bugs
+1. Fixed Unit Testing Bugs
2. Decoupled widget id from widget
3. Show and hide checkboxes
Alpha - III. 10/30/2014
------------------------------------------
-1. Fixed UT Bugs
+1. Fixed Unit Testing Bugs
Alpha - II. 10/23/2014
<email>manoj.k@zyxware.com, jagadees.pillai@zyxware.com</email>
</maintainer>
<releaseDate>2014-10-30</releaseDate>
- <version>1.0-alpha3</version>
- <develStage>alpha</develStage>
+ <version>1.0-beta1</version>
+ <develStage>beta</develStage>
<compatibility>
<ver>4.2</ver>
</compatibility>
- <comments>This is a new, undeveloped module</comments>
+ <comments></comments>
<civix>
<namespace>CRM/Wci</namespace>
</civix>
Add this widget to any web page by copying and pasting the code below.
</div>
<textarea rows="8" cols="40" name="widget_code" id="widget_code"><script type="text/javascript" src="{php}echo $widget_controller_path;{/php}?widgetId={php}echo $wid_id;{/php}&embed=1"></script>
- <script type="text/javascript" src="{php}echo $extension_root_path;{/php}/extern/wciembed.js"></script>
- <div id='widgetwci'></div></textarea>
+<script type="text/javascript" src="{php}echo $extension_root_path;{/php}/extern/wciembed.js"></script>
+<div id='widgetwci'></div></textarea>
<br>
<strong>
<a href="#" onclick="CreateWidget.widget_code.select(); return false;">ยป Select Code</a>