Wednesday, December 18, 2013

Parameter index is out of range nhibernate

I figured out that two fields in the .hbm.xml mapping file reference the same column in a table.

Monday, December 9, 2013

TinyMCE Insert/Edit link not editable

 To fix this add  e.stopImmediatePropagation()  as below. $(document).on('focusin', function (e) {             if ($(e.target).close...