Categories | Question details Back To List | ||
wrapping of text in dhtmlxWindow window Hi I would like to know if there is a feature to enable text line wraps in windows. In my special case, i load a Text from another URL into a new window. Sadly, there are no line breaks in the text string. Is it possible to wrap the lines in the dhtmlxwindow? Regards Alex Answer posted by Alex (support) on Jul 02, 2009 00:53 Hello, what text do you mean ? If you mean text that is loaded into a window by attachURL method, you can use html tag <br/>. The sample is dhtmlxWindows/samples/init/attach_url_ajax.html |