Home
last modified time | relevance | path

Searched refs:htmlElement (Results 1 – 18 of 18) sorted by relevance

/plugin/combo/syntax/
Dcontentlist.php304 $htmlElement = "ul";
307 $htmlElement = "ol";
310 $renderer->doc .= $tagAttributes->toHtmlEnterTag($htmlElement);
320 $htmlElement = "ul";
322 $htmlElement = "ol";
324 $renderer->doc .= "</$htmlElement>";
/plugin/odt/ODT/elements/
DODTStateElement.php18 protected $htmlElement = NULL; variable in ODTStateElement
182 $this->htmlElement = $value;
191 return $this->htmlElement;
/plugin/jplayer/components/jplayer/dist/jplayer/
Djquery.jplayer.js851 this.htmlElement = {}; // DOM elements created by jPlayer
992 this.htmlElement.poster = document.createElement('img');
993 this.htmlElement.poster.id = this.internal.poster.id;
994 …this.htmlElement.poster.onload = function() { // Note that this did not work on Firefox 3.6: poste… method
999 this.element.append(this.htmlElement.poster);
1010 this.htmlElement.audio = document.createElement('audio');
1011 this.htmlElement.audio.id = this.internal.audio.id;
1012 …this.html.audio.available = !!this.htmlElement.audio.canPlayType && this._testCanPlayType(this.htm…
1016 this.htmlElement.video = document.createElement('video');
1017 this.htmlElement.video.id = this.internal.video.id;
[all …]
/plugin/jplayer/vendor/happyworm/jplayer/dist/jplayer/
Djquery.jplayer.js851 this.htmlElement = {}; // DOM elements created by jPlayer
992 this.htmlElement.poster = document.createElement('img');
993 this.htmlElement.poster.id = this.internal.poster.id;
994 …this.htmlElement.poster.onload = function() { // Note that this did not work on Firefox 3.6: poste… method
999 this.element.append(this.htmlElement.poster);
1010 this.htmlElement.audio = document.createElement('audio');
1011 this.htmlElement.audio.id = this.internal.audio.id;
1012 …this.html.audio.available = !!this.htmlElement.audio.canPlayType && this._testCanPlayType(this.htm…
1016 this.htmlElement.video = document.createElement('video');
1017 this.htmlElement.video.id = this.internal.video.id;
[all …]
Djquery.jplayer.min.js2htmlElement={},this.html={},this.html.audio={},this.html.video={},this.aurora={},this.aurora.forma…
3htmlElement.poster.src=b.poster:this.internal.poster.jq.show()),"string"==typeof b.title&&(this.cs…
/plugin/jplayer/components/jplayer/
Djplayer-built.js851 this.htmlElement = {}; // DOM elements created by jPlayer
992 this.htmlElement.poster = document.createElement('img');
993 this.htmlElement.poster.id = this.internal.poster.id;
994 …this.htmlElement.poster.onload = function() { // Note that this did not work on Firefox 3.6: poste… method
999 this.element.append(this.htmlElement.poster);
1010 this.htmlElement.audio = document.createElement('audio');
1011 this.htmlElement.audio.id = this.internal.audio.id;
1012 …this.html.audio.available = !!this.htmlElement.audio.canPlayType && this._testCanPlayType(this.htm…
1016 this.htmlElement.video = document.createElement('video');
1017 this.htmlElement.video.id = this.internal.video.id;
[all …]
/plugin/jplayer/vendor/happyworm/jplayer/src/javascript/jplayer/
Djquery.jplayer.js851 this.htmlElement = {}; // DOM elements created by jPlayer
992 this.htmlElement.poster = document.createElement('img');
993 this.htmlElement.poster.id = this.internal.poster.id;
994 …this.htmlElement.poster.onload = function() { // Note that this did not work on Firefox 3.6: poste… method
999 this.element.append(this.htmlElement.poster);
1010 this.htmlElement.audio = document.createElement('audio');
1011 this.htmlElement.audio.id = this.internal.audio.id;
1012 …this.html.audio.available = !!this.htmlElement.audio.canPlayType && this._testCanPlayType(this.htm…
1016 this.htmlElement.video = document.createElement('video');
1017 this.htmlElement.video.id = this.internal.video.id;
[all …]
/plugin/jplayer/components/
Drequire-built.js2896 this.htmlElement = {}; // DOM elements created by jPlayer
3037 this.htmlElement.poster = document.createElement('img');
3038 this.htmlElement.poster.id = this.internal.poster.id;
3039 …this.htmlElement.poster.onload = function() { // Note that this did not work on Firefox 3.6: poste… method
3044 this.element.append(this.htmlElement.poster);
3055 this.htmlElement.audio = document.createElement('audio');
3056 this.htmlElement.audio.id = this.internal.audio.id;
3057 …this.html.audio.available = !!this.htmlElement.audio.canPlayType && this._testCanPlayType(this.htm…
3061 this.htmlElement.video = document.createElement('video');
3062 this.htmlElement.video.id = this.internal.video.id;
[all …]
/plugin/combo/ComboStrap/
DGridTag.php490 $htmlElement = $attributes->getValueAndRemove(GridTag::HTML_TAG_ATT, "div");
491 return $attributes->toHtmlEnterTag($htmlElement);
498 $htmlElement = $tagAttributes->getValue(GridTag::HTML_TAG_ATT);
499 return "</$htmlElement>";
DSnippet.php1116 $htmlElement = $this->getHtmlTag();
1122 if ($htmlElement === "link") {
1137 $xhtmlContent = $tagAttributes->toHtmlEnterTag($htmlElement);
1144 $xhtmlContent .= "</$htmlElement>";
/plugin/jplayer/vendor/happyworm/jplayer/src/javascript/add-on/
Djquery.jplayer.inspector.js268 …= " + (typeof $(this).data("jPlayerInspector").jPlayer.data("jPlayer").htmlElement.audio.canPlayTy…
271 …= " + (typeof $(this).data("jPlayerInspector").jPlayer.data("jPlayer").htmlElement.video.canPlayTy…
/plugin/jplayer/vendor/happyworm/jplayer/dist/add-on/
Djquery.jplayer.inspector.min.js2htmlElement.audio.canPlayType+"</code><br />"),a(this).data("jPlayerInspector").jPlayer.data("jPla…
Djquery.jplayer.inspector.js268 …= " + (typeof $(this).data("jPlayerInspector").jPlayer.data("jPlayer").htmlElement.audio.canPlayTy…
271 …= " + (typeof $(this).data("jPlayerInspector").jPlayer.data("jPlayer").htmlElement.video.canPlayTy…
/plugin/jplayer/vendor/happyworm/jplayer/lib/circle-player/js/
Dcircle.player.js93 self.audio = $(this).data("jPlayer").htmlElement.audio;
/plugin/combo/resources/library/combo/
Dcombo.min.js.map1htmlElement;\n\n /**\n * The creation of the form element\n */\n if …
/plugin/combo/resources/library/combo/dist/
Dcombo.min.js.map1htmlElement;\n\n /**\n * The creation of the form element\n */\n if …
/plugin/combo/resources/library/bootstrap/4.4.1/
Dbootstrap.min.js.map1htmlElement","handleUpdate","_triggerBackdropTransition","hideEventPrevented","defaultPrevented","…
/plugin/combo/resources/library/bootstrap/5.0.1/
Dbootstrap.min.js.map1htmlElement","handleUpdate","modalBody","_enforceFocus","_triggerBackdropTransition","_resetAdjust…