Search code examples
phpradphp

How to display text on multiple lines?


I am using RadPhp to build a PHP application. I want to display several independent lines of text in an Edit control (using $this->edit->text property ) but it seems to be impossible. If I use \n it just displays it instead of braking this line in two.


PS: can anybody add 'RadPHP' as tag for this question?


Solution

  • I just replaced it with a simple label. It works now.