Searched refs:ajax (Results 1 – 25 of 28) sorted by relevance
12
/webtrees/app/Module/InteractiveTree/ |
H A D | TreeView.php | 181 * @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 D | CompactTreeChartModule.php | 141 $ajax = Validator::queryParams($request)->boolean('ajax', false); 156 if ($ajax) {
|
H A D | FamilyBookChartModule.php | 149 $ajax = Validator::queryParams($request)->boolean('ajax', false); 167 if ($ajax) {
|
H A D | DescendancyChartModule.php | 160 $ajax = Validator::queryParams($request)->boolean('ajax', false); 177 if ($ajax) {
|
H A D | AncestorsChartModule.php | 164 $ajax = Validator::queryParams($request)->boolean('ajax', false); 181 if ($ajax) {
|
H A D | HourglassChartModule.php | 151 $ajax = Validator::queryParams($request)->boolean('ajax', false); 168 if ($ajax) {
|
H A D | TimelineChartModule.php | 139 $ajax = Validator::queryParams($request)->boolean('ajax', false); 181 if ($ajax) {
|
H A D | PedigreeChartModule.php | 174 $ajax = Validator::queryParams($request)->boolean('ajax', false); 191 if ($ajax) {
|
H A D | LifespansChartModule.php | 149 $ajax = Validator::queryParams($request)->boolean('ajax', false); 213 if ($ajax) {
|
H A D | BranchesListModule.php | 172 $ajax = Validator::queryParams($request)->boolean('ajax', false); 174 if ($ajax) {
|
H A D | FanChartModule.php | 204 $ajax = Validator::queryParams($request)->boolean('ajax', false); 222 if ($ajax) {
|
H A D | RelationshipsChartModule.php | 213 $ajax = Validator::queryParams($request)->boolean('ajax', false); 248 if ($ajax) {
|
/webtrees/resources/css/ |
H A D | administration.css | 46 /* Show a placeholder for slow ajax responses. */ 47 .wt-ajax-load:empty {
|
H A D | minimal.css | 673 * Any element that is loaded dynamically has the class wt-ajax-load. 676 .wt-ajax-load:empty {
|
H A D | fab.css | 887 * Any element that is loaded dynamically has the class wt-ajax-load. 890 .wt-ajax-load:empty {
|
H A D | webtrees.css | 1072 * Any element that is loaded dynamically has the class wt-ajax-load. 1075 .wt-ajax-load:empty {
|
H A D | clouds.css | 1235 * Any element that is loaded dynamically has the class wt-ajax-load. 1238 .wt-ajax-load:empty {
|
H A D | xenea.css | 1061 * Any element that is loaded dynamically has the class wt-ajax-load. 1064 .wt-ajax-load:empty {
|
/webtrees/resources/js/ |
H A D | treeview.js | 184 jQuery.ajax({
|
/webtrees/public/js/ |
H A D | webtrees.min.js | 1 …tr("abbr")),r.push(t))})),o.length>0?(n.updating=!0,n.setLoading(),jQuery.ajax({url:n.ajaxPersons,…
|
/webtrees/public/css/ |
H A D | minimal.min.css | 1 …ine_chart{left:0}[dir=rtl] #timeline_chart{right:0}.wt-ajax-load:empty{height:32px}[dir] .wt-ajax-…
|
H A D | fab.min.css | 1 …ine_chart{left:0}[dir=rtl] #timeline_chart{right:0}.wt-ajax-load:empty{height:32px}[dir] .wt-ajax-…
|
H A D | administration.min.css | 1 …k5tlmRJN8p3NQb9DzRZcb72tmvYAAAAAElFTkSuQmCC")}.wt-ajax-load:empty{height:32px;width:32px}[dir] .wt…
|
H A D | clouds.min.css | 1 …d:inherit}footer .error{color:#d00;font-weight:700}.wt-ajax-load:empty{height:32px}[dir] .wt-ajax-…
|
H A D | webtrees.min.css | 1 …ine_chart{left:0}[dir=rtl] #timeline_chart{right:0}.wt-ajax-load:empty{height:32px}[dir] .wt-ajax-…
|
12