This topic is locked

Basic RTE, Full Justify not shown

7/4/2012 11:00:30 AM
PHPRunner General questions
B
bree author

Dear All,

it could be repost question, but i've try searching the topics relate on this problem.

Im using PHPRunner 6.1, on "Add New field" i use basic RTE to format the text, but my user couldnt found any button to make the text Fully Justified, its only Left,Center,and Right on the toolbar, how can i solve this ?
appreciate any help.
Bree

C
cgphp 7/4/2012
  1. Open the C:\Program files\PHPRunner6.1\source\rte.php file
  2. Go to line 76
  3. Add the following new line

echo "rte.cmdJustifyFull = true;";



4. Rebuild your project.
You can find more info about RTE here: http://www.kevinroth.com/rte/usage.htm