Note:

If you want to create a new page for developers, you should create it on the Moodle Developer Resource site.

Talk:Help strings: Difference between revisions

From MoodleDocs
(New page: 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 <br/> is necessary to create a newline and <nowiki><b>L...)
 
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
<br/> is necessary to create a newline and
 
<nowiki><b>Like with short answer questions</b></nowiki> gives bold i.e. <b>Like with short answer questions</b>  in the pop-up but not in the mouse over.  
<nowiki>
HTML <br/> or <p>  are necessary to create a newline and <b> gives bold
</nowiki>
 
<nowiki><b>Like with short answer questions</b></nowiki> gives bold  
i.e. <b>Like with short answer questions</b>  in the pop-up but not in the mouse over.  


<nowiki>
<nowiki>

Revision as of 00:11, 29 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)