Forum LAMS for Tech-Heads - General Forum: Text editor - Insert/Remove Numbered List does not work


 
You may request notification for Text editor - Insert/Remove Numbered List does not work.
Search: 

1: Text editor - Insert/Remove Numbered List does not work
04/10/08 01:14 AM
[ Reply | Forward ]
Into the Text editor if you press the Insert/Remove Numbered List button does not work.

Posted by Spyros Papadakis

2: Re: Text editor - Insert/Remove Numbered List does not work
In response to 1 04/10/08 07:36 PM
[ Reply | Forward ]
This is a bit of an odd one. The button was adding the appropriate <ol><li></li></ol> to the html source, but it wasn't showing up right on the screen.

Anyway, I've made a change to our stylesheets and it seems to fix the problem. The fix will be in LAMS 2.1.

If you can't wait till then, then have a look in lams_central/css/ and find defaultHTML_learner.css and defaultHTML.css. Change this bit




ul {
    margin-left: 25px;
    margin-right: 30px;
}

li {
    list-style-type: circle;
    padding-bottom: 5px;
}




to





ul {
    margin-right: 25px;
    margin-left: 30px;
}

ul li { list-style-type:circle;}

ol {
    margin-right: 25px;
    margin-left: 30px;
}




Then it should work. You should make a backup copy of those two files before you edit them (just in case something goes wrong).

Fiona

Posted by Fiona Malikoff

5: Re: Re: Text editor - Insert/Remove Numbered List does not work
In response to 2 04/16/08 05:15 PM
[ Reply | Forward ]
Dear Fiona,

We've made your suggestions and Text editor - Insert/Remove Numbered List is working now!!

Thanks a lot,

Spyros

Posted by Spyros Papadakis

3: Text editor Size Re: Insert/Remove Numbered List does not work
In response to 1 04/11/08 12:43 AM
[ Reply | Forward ]
Thanks Fiona.

Another question is about the space in text editor.
It is too limited!.

Is it possible the user to be able to resize it?

Spyros

Posted by Spyros Papadakis

4: Re: Text editor Size Re: Insert/Remove Numbered List does not work
In response to 3 04/11/08 01:40 AM
[ Reply | Forward ]
Do you mean the overall size of the box in which you get to type? Yes, it is small - it was a compromise between getting lots of fields on the screen and giving users enough space to type.

If you click on the icon that looks like a little screen, next to the Source button on the top line of the toolbar, then the text editing box should take over the entire screen.

To get back to the normal size, click on the screen button again.

Fiona

Posted by Fiona Malikoff

6: Re: Re: Text editor Size Re: Insert/Remove Numbered List does not work
In response to 4 04/16/08 05:24 PM
[ Reply | Forward ]
I have not seen this button.
This is exactly what I wanted.

Spyros

Posted by Spyros Papadakis

Reply to first post on this page
Back to LAMS for Tech-Heads - General Forum