Home
last modified time | relevance | path

Searched refs:ajax (Results 1 – 25 of 28) sorted by relevance

12

/webtrees/app/Module/InteractiveTree/
H A DTreeView.php181 * @param bool $ajax true for an ajax call
185 private function drawChildren(Collection $familyList, int $gen = 1, bool $ajax = false): string argument
218 if (!$ajax) {
/webtrees/app/Module/
H A DCompactTreeChartModule.php141 $ajax = Validator::queryParams($request)->boolean('ajax', false);
156 if ($ajax) {
H A DFamilyBookChartModule.php149 $ajax = Validator::queryParams($request)->boolean('ajax', false);
167 if ($ajax) {
H A DDescendancyChartModule.php160 $ajax = Validator::queryParams($request)->boolean('ajax', false);
177 if ($ajax) {
H A DAncestorsChartModule.php164 $ajax = Validator::queryParams($request)->boolean('ajax', false);
181 if ($ajax) {
H A DHourglassChartModule.php151 $ajax = Validator::queryParams($request)->boolean('ajax', false);
168 if ($ajax) {
H A DTimelineChartModule.php139 $ajax = Validator::queryParams($request)->boolean('ajax', false);
181 if ($ajax) {
H A DPedigreeChartModule.php174 $ajax = Validator::queryParams($request)->boolean('ajax', false);
191 if ($ajax) {
H A DLifespansChartModule.php149 $ajax = Validator::queryParams($request)->boolean('ajax', false);
213 if ($ajax) {
H A DBranchesListModule.php172 $ajax = Validator::queryParams($request)->boolean('ajax', false);
174 if ($ajax) {
H A DFanChartModule.php204 $ajax = Validator::queryParams($request)->boolean('ajax', false);
222 if ($ajax) {
H A DRelationshipsChartModule.php213 $ajax = Validator::queryParams($request)->boolean('ajax', false);
248 if ($ajax) {
/webtrees/resources/css/
H A Dadministration.css46 /* Show a placeholder for slow ajax responses. */
47 .wt-ajax-load:empty {
H A Dminimal.css673 * Any element that is loaded dynamically has the class wt-ajax-load.
676 .wt-ajax-load:empty {
H A Dfab.css887 * Any element that is loaded dynamically has the class wt-ajax-load.
890 .wt-ajax-load:empty {
H A Dwebtrees.css1072 * Any element that is loaded dynamically has the class wt-ajax-load.
1075 .wt-ajax-load:empty {
H A Dclouds.css1235 * Any element that is loaded dynamically has the class wt-ajax-load.
1238 .wt-ajax-load:empty {
H A Dxenea.css1061 * Any element that is loaded dynamically has the class wt-ajax-load.
1064 .wt-ajax-load:empty {
/webtrees/resources/js/
H A Dtreeview.js184 jQuery.ajax({
/webtrees/public/js/
H A Dwebtrees.min.js1 …tr("abbr")),r.push(t))})),o.length>0?(n.updating=!0,n.setLoading(),jQuery.ajax({url:n.ajaxPersons,…
/webtrees/public/css/
H A Dminimal.min.css1 …ine_chart{left:0}[dir=rtl] #timeline_chart{right:0}.wt-ajax-load:empty{height:32px}[dir] .wt-ajax-…
H A Dfab.min.css1 …ine_chart{left:0}[dir=rtl] #timeline_chart{right:0}.wt-ajax-load:empty{height:32px}[dir] .wt-ajax-…
H A Dadministration.min.css1 …k5tlmRJN8p3NQb9DzRZcb72tmvYAAAAAElFTkSuQmCC")}.wt-ajax-load:empty{height:32px;width:32px}[dir] .wt…
H A Dclouds.min.css1 …d:inherit}footer .error{color:#d00;font-weight:700}.wt-ajax-load:empty{height:32px}[dir] .wt-ajax-…
H A Dwebtrees.min.css1 …ine_chart{left:0}[dir=rtl] #timeline_chart{right:0}.wt-ajax-load:empty{height:32px}[dir] .wt-ajax-…

12