[xwiki-users] In the WYSIWYG editor
Suppose I want to display '\\' in the page. But since it is a new line command in the editor, it will be executed and take the next word to the next line. There must be some way to get to display it rather than execute it like the way slash (\) is used in \' and \" to display the quotation marks ( ' , " ) in C++ for strings. -- View this message in context: http://www.nabble.com/In-the-WYSIWYG-editor-tf4651518.html#a13289563 Sent from the XWiki- Users mailing list archive at Nabble.com.
Hi, On Oct 19, 2007, at 9:24 AM, V. Harikrishnan Nair wrote:
Suppose I want to display '\\' in the page. But since it is a new line command in the editor, it will be executed and take the next word to the next line.
There must be some way to get to display it rather than execute it like the way slash (\) is used in \' and \" to display the quotation marks ( ' , " ) in C++ for strings.
Try checking the wiki syntax guide at http://www.xwiki.org/xwiki/bin/view/UserGuide/XWikiSyntax There are some parts about escaping. -Vincent
Got it. Thank you, Vincent. vmassol wrote:
Hi,
On Oct 19, 2007, at 9:24 AM, V. Harikrishnan Nair wrote:
Suppose I want to display '\\' in the page. But since it is a new line command in the editor, it will be executed and take the next word to the next line.
There must be some way to get to display it rather than execute it like the way slash (\) is used in \' and \" to display the quotation marks ( ' , " ) in C++ for strings.
Try checking the wiki syntax guide at http://www.xwiki.org/xwiki/bin/view/UserGuide/XWikiSyntax
There are some parts about escaping.
-Vincent _______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
-- View this message in context: http://www.nabble.com/In-the-WYSIWYG-editor-tf4651518.html#a13290662 Sent from the XWiki- Users mailing list archive at Nabble.com.
On Oct 19, 2007, at 11:44 AM, V. Harikrishnan Nair wrote:
Got it. Thank you, Vincent. Also, can you tell me where I can find documentation for the class properties ? I mean, how to use the database list and database tree list ?
There's no doc on this yet... :) Right now the best is to search the mailing lists, ask question, look at the code, check examples. Again would be nice to get some doc on this too... (I'm sure you're starting to see a pattern! :)) Thanks -Vincent
vmassol wrote:
Hi,
On Oct 19, 2007, at 9:24 AM, V. Harikrishnan Nair wrote:
Suppose I want to display '\\' in the page. But since it is a new line command in the editor, it will be executed and take the next word to the next line.
There must be some way to get to display it rather than execute it like the way slash (\) is used in \' and \" to display the quotation marks ( ' , " ) in C++ for strings.
Try checking the wiki syntax guide at http://www.xwiki.org/xwiki/bin/view/UserGuide/XWikiSyntax
There are some parts about escaping.
-Vincent _______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
-- View this message in context: http://www.nabble.com/In-the-WYSIWYG- editor-tf4651518.html#a13290662 Sent from the XWiki- Users mailing list archive at Nabble.com.
_______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
participants (2)
-
V. Harikrishnan Nair -
Vincent Massol