Note: You are currently viewing documentation for Moodle 2.0. Up-to-date documentation for the latest stable version is available here: Help strings.

Development talk:Help strings: Difference between revisions

From MoodleDocs
No edit summary
No edit summary
Line 1: Line 1:
Just to say that the actual implementation is more HTML rendering although not the same in the mouse over than in the pop-up window
Just to say that the actual implementation is more HTML rendering although not the same in the mouse over than in the pop-up window


  <nowiki>  
  <nowiki>  
Line 24: Line 25:


[[User:Pierre Pichet|Pierre Pichet]] 00:05, 29 April 2010 (UTC)
[[User:Pierre Pichet|Pierre Pichet]] 00:05, 29 April 2010 (UTC)
as of --[[User:Pierre Pichet|Pierre Pichet]] 16:31, 30 April 2010 (UTC)
<nowiki>
HTML <br/> or <p>  are filtered and newline can be obtained by <div>...</div> , a <b> gives bold only on help window.
</nowiki>

Revision as of 16:31, 30 April 2010

Just to say that the actual implementation is more HTML rendering although not the same in the mouse over than in the pop-up window


 
 HTML <br/> or <p>  are necessary to create a newline and <b> gives bold
 
 
<b>Like with short answer questions</b> gives bold 

i.e. Like with short answer questions  in the pop-up but not in the mouse over. 

List with * does not work. <br/> In this case, the first * Unordered Lists are easy to do: ** start every line with a star *** more stars means deeper levels


What will be the final standards?

Pierre Pichet 00:05, 29 April 2010 (UTC) as of --Pierre Pichet 16:31, 30 April 2010 (UTC) HTML <br/> or <p> are filtered and newline can be obtained by <div>...</div> , a <b> gives bold only on help window.