reset password
Author Message
cysun
Posts: 2935
Posted 21:58 Mar 04, 2015 |

Just added another extra credit item in HW7:

4. (+15pt) Enter the text of checkpoints using CKEditor.

So far most people use text field for entering the text of checkpoints, but as you can see from the example below, the text of a checkpoint can be quite long, and sometimes it may contain hyperlinks and some formatting as well, so it makes sense to use a rich text editor like CKEditor to enter the text.

lmann2
Posts: 156
Posted 21:51 Mar 05, 2015 |

Did you have suggestions for the drag and drop jquery libraries?  So far I've gathered that i'll need three separate libraries to perform the latter part of the EC.  

Any tips on getting information on the order of columns and rows from our AJAX call?   

cysun
Posts: 2935
Posted 09:01 Mar 06, 2015 |
lmann2 wrote:

Did you have suggestions for the drag and drop jquery libraries?  So far I've gathered that i'll need three separate libraries to perform the latter part of the EC.  

Any tips on getting information on the order of columns and rows from our AJAX call?   

I use jQuery + jQuery UI. You can find several examples in CSNS2: reorder questions in online assignments; reorder blocks, items, and class info entries in class sites. Reordering table rows is pretty simple, but I've never done reordering table columns - it's certainly doable but it may be more difficult.

lmann2
Posts: 156
Posted 21:15 Mar 08, 2015 |

Can we implement the basic version of ckeditor?  There really doesn't seem to be anything different about the implementation other the size of the.zip.

 

Last edited by lmann2 at 22:24 Mar 08, 2015.
cysun
Posts: 2935
Posted 09:18 Mar 09, 2015 |
lmann2 wrote:

Can we implement the basic version of ckeditor?  There really doesn't seem to be anything different about the implementation other the size of the.zip.

 

I assume you mean using the "basic package" of ckeditor, which is fine.

lmann2
Posts: 156
Posted 20:31 Mar 09, 2015 |

For EC 6-8 order needs to be preserved at the database level, right? 

cysun
Posts: 2935
Posted 20:31 Mar 09, 2015 |
lmann2 wrote:

For EC 6-8 order needs to be preserved at the database level, right? 

Yes.

lmann2
Posts: 156
Posted 20:41 Mar 09, 2015 |

ouch, bidirectional association...is this still relevant Hibernate Annotations Reference Guide ?  

Last edited by lmann2 at 20:47 Mar 09, 2015.