Home
last modified time | relevance | path

Searched defs:event (Results 1 – 4 of 4) sorted by relevance

/webtrees/resources/views/
H A Dchart-box.phtml164 $event = $individual->facts([$birttag])->first(); variable
174 $event = $individual->facts([$tag])->first(); variable
183 $event = $individual->facts([$deattag])->first(); variable
194 $event = $individual->facts([$tag])->first(); variable
/webtrees/resources/js/
H A Dtreeview.js46 tv.treeview.on('mousedown touchstart', function (event) { argument
56 $(document).on('mousemove touchmove', function (event) { argument
71 $(document).on('mouseup touchend', function (event) { argument
291 TreeViewHandler.prototype.expandBox = function (box, event) { argument
H A Dwebtrees.js856 webtrees.createRecordModalSubmit = function (event) { argument
887 form.addEventListener('submit', function (event) { argument
1014 document.addEventListener('submit', function (event) { argument
/webtrees/public/ckeditor-4.15.1-custom/
H A Dckeditor.js13 …ITOR.editor=function(){CKEDITOR._.pending.push([this,arguments]);CKEDITOR.event.call(this)},CKEDIT… class in CKEDITOR
75 d,b));return CKEDITOR.event.prototype.on.apply(this,arguments)},removeListener:function(a){CKEDITOR… class