selectitem(me)

Parameters

- me a jquery element pointing to the clicked element

Used for populating the field when you click a table name in the table list. It will also populate relations if there are any.

$(document).on('click','.listiteml2',function(me){dec.selectitem($(me.target));});

How to active it when the dec object is created.