[yast-commit] r67382 - /trunk/ycp-ui-bindings/examples/RichText3.ycp
![](https://seccdn.libravatar.org/avatar/1221572c74a1df78a3aa2625b979eb21.jpg?s=120&d=mm&r=g)
Author: gs Date: Wed Feb 8 14:30:20 2012 New Revision: 67382 URL: http://svn.opensuse.org/viewcvs/yast?rev=67382&view=rev Log: correct text regarding new impl. of <pre> Modified: trunk/ycp-ui-bindings/examples/RichText3.ycp Modified: trunk/ycp-ui-bindings/examples/RichText3.ycp URL: http://svn.opensuse.org/viewcvs/yast/trunk/ycp-ui-bindings/examples/RichText... ============================================================================== --- trunk/ycp-ui-bindings/examples/RichText3.ycp (original) +++ trunk/ycp-ui-bindings/examples/RichText3.ycp Wed Feb 8 14:30:20 2012 @@ -7,24 +7,26 @@ + "<p>It's very much like <i>HTML</i>, but not quite as powerful.</p>" + "<p>Text in <b>pre</b> tags preserves newlines and spaces.</p>" + "<pre>" - + " host ip adress host ip adress\n" - + " sturm 10.10.0.159 sturm 10.10.0.159\n\n" - + "Lines are not wrapped; in text mode HTML tags are <b>not</b> removed if the pre tag is used, " - + "but entities like product: &product; are filtered and shown correctly.\n" + + "Table in pre\n" + + " host\tip adress info description\n" + + " sturm\t10.10.0.159 old work station\n\n" + + "Lines are <i>not</i> wrapped but HTML tags are <b>interpreted</b>" + + " and entities like product: &product; are filtered and shown correctly." + "</pre>" + "<p>After <b>/pre</b> the text is <i>HTML</i> text like before.</p>" + "<p>Much much more text .............. continous" + " much much more text .... follows " + " much much more text .................</p>" + "<pre><small>another pre t t </small></pre>" - + "<p>and more text after pre is closed, now <b>HTML</b> text " + + "<p>and more text after pre is closed, now <b>HTML</b> text,\n" + + "newlines are removed." + "</p>" - + "<pre>Another text in pre preserving spaces and newlines\n" + + "<pre>Another text in pre preserving spaces and newlines\n" + " host ip adress host ip adress\n" + " sturm 10.10.0.159 sturm 10.10.0.159\n" - + "Lines are not wrapped; in text mode HTML tags are <b>not</b> removed if the pre tag is used.\n" + + "Lines are not wrapped; in newest version HTML tags are <b>interpreted</b> \tif the pre tag is used.\n" + "</pre>" - + "<p>And after closing pre tag much more text - <b>long</b> long long long long lines are now wrapped again, this is a very very very very long long long long long long line <i>Even</i> longer and longer</p>" + + "<p>And after closing pre tag much more text - <b>long</b> long long long long lines are now wrapped again, this is a very very very very long long long long long long line <i>Even</i> longer and longer, line is wrapped again</p>" + "<p><pre>And another short pre</pre></p>" ), `PushButton(`opt(`default), "&OK") -- To unsubscribe, e-mail: yast-commit+unsubscribe@opensuse.org For additional commands, e-mail: yast-commit+help@opensuse.org
participants (1)
-
gs@svn2.opensuse.org