PATH:
var
/
www
/
clients
/
client1
/
web1
/
web
/
wp-content
/
wp-google-maps-pro
/
includes
<?php namespace WPGMZA; class MarkerIconPicker extends DOMDocument { public function __construct($options=null) { DOMDocument::__construct(); $this->loadPHPFile(WPGMZA_PRO_DIR_PATH . 'html/marker-icon-picker.html.php'); $preview = $this->querySelector('.wpgmza-marker-icon-preview'); $preview->setInlineStyle( 'background-image', "url('" . Marker::DEFAULT_ICON . "')" ); if(!empty($options)) { if(is_array($options)) $options = (array)$options; $input = $this->querySelector('.wpgmza-marker-icon-url'); if(isset($options['name'])) $input->setAttribute('name', $options['name']); if(isset($options['ajaxName'])) $input->setAttribute('data-ajax-name', $options['ajaxName']); if(!empty($options['value'])) { $value = new MarkerIcon($options['value']); $input->setAttribute('value', $value->url); $preview->setInlineStyle('background-image', "url('{$value->url}')"); if(!empty($value->retina)) { $this->querySelector("[name='retina']")->setAttribute("checked", 'checked'); } } if(isset($options['retina_name'])) { $this->querySelector("[name='retina']")->setAttribute("name", $options['retina_name']); } } } }
[-] class.category-tree-native.php
[edit]
[+]
3rd-party-integration
[-] class.marker-library-dialog.php
[edit]
[-] class.marker-icon.php
[edit]
[-] class.pro-marker-filter.php
[edit]
[-] class.marker-gallery.php
[edit]
[-] class.marker-listing.php
[edit]
[+]
import-export
[-] class.category-tree-node.php
[edit]
[-] class.pro-store-locator.php
[edit]
[-] class.map-select.php
[edit]
[-] class.fontawesome-icon-picker.php
[edit]
[+]
open-layers
[-] class.pro-page.php
[edit]
[-] class.pro-plugin.php
[edit]
[+]
compatibility
[-] class.marker-icon-picker.php
[edit]
[+]
google-maps
[-] class.pro-database.php
[edit]
[-] class.add-map-dialog.php
[edit]
[-] class.pro-marker.php
[edit]
[-] page.edit-polyline.php
[edit]
[+]
custom-fields
[-] class.pro-map.php
[edit]
[-] class.legacy-marker-listing.php
[edit]
[-] class.category.php
[edit]
[+]
tables
[-] class.categories.php
[edit]
[-] class.directions-box.php
[edit]
[-] class.category-picker.php
[edit]
[-] page.categories.php
[edit]
[+]
custom-field-filter-widgets
[-] class.pro-settings-migrator.php
[edit]
[+]
category-filter-widgets
[+]
import
[-] .DS_Store
[edit]
[+]
marker-listings
[-] class.marker-filtering-tab.php
[edit]
[+]
..
[-] class.category-tree-wordpress.php
[edit]
[-] class.marker-gallery-item.php
[edit]
[+]
map-edit-page
[-] class.heatmap.php
[edit]
[-] class.batched-operation.php
[edit]
[-] class.category-table.php
[edit]
[-] class.pro-settings-page.php
[edit]
[-] class.pro-feature.php
[edit]
[-] class.category-tree.php
[edit]
[-] class.pro-admin-ui.php
[edit]
[-] page.wizard.php
[edit]
[-] page.edit-polygon.php
[edit]
[-] class.content-editor-map-button.php
[edit]
[+]
legacy