API17

Difference between revisions of "JHtmlBehavior:: calendartranslation"

From Joomla! Documentation

(Bulk upload by Doxiki2)
 
m (preparing for archive only)
 
(6 intermediate revisions by 2 users not shown)
Line 4: Line 4:
 
Internal method to translate the JavaScript Calendar.  
 
Internal method to translate the JavaScript Calendar.  
  
{{Description:JHtmlBehavior::_calendartranslation}}
+
 
<span class="editsection" style="font-size:76%;">
+
 
<nowiki>[</nowiki>[[Description:JHtmlBehavior::_calendartranslation|Edit Descripton]]<nowiki>]</nowiki>
 
</span>
 
===Since===
 
{{JVer|11.1 }}
 
===Synopsis===
 
 
<source lang="php">
 
<source lang="php">
protected static JHtmlBehavior::_calendartranslation ()
+
protected static function _calendartranslation ()
 
</source>
 
</source>
===Returns===
+
* '''Returns''' string JavaScript that translates the object
string JavaScript that translates the object
+
* '''Defined''' on line 736 of libraries/joomla/html/html/behavior.php
===Defined in===
+
* '''Since''' {{JVer|11.1 }}
libraries/joomla/html/html/behavior.php
 
===Referenced by===
 
 
===See also===
 
===See also===
<span class="editsection" style="font-size:76%;">
+
* {{JVer|11.1}} '''JHtmlBehavior::_calendartranslation source code''' on [[jplatform:html/html/behavior.php#cl-728|BitBucket]]
<nowiki>[</nowiki>[[SeeAlso:JHtmlBehavior::_calendartranslation|Edit See Also]]<nowiki>]</nowiki>
+
* {{JVer|11.1}} Class [[API17:JHtmlBehavior|JHtmlBehavior]]
</span>
+
* {{JVer|11.1}} Subpackage [[API17:Subpackage_Html|Html]]
* [[JHtmlBehavior/11.1|JHtmlBehavior]]
+
* [[API17:JHtmlBehavior::_calendartranslation|Other versions of JHtmlBehavior::_calendartranslation]]
* [[JHtmlBehavior::_calendartranslation|Other versions of this method]]
+
 
{{SeeAlso:JHtmlBehavior::_calendartranslation}}
+
 
===Examples===
+
===User contributed notes===
<CodeExamplesForm />
+
=== Code Examples ===
 
<dpl>
 
<dpl>
 
noresultsheader=\n
 
noresultsheader=\n
 
category=JHtmlBehavior::_calendartranslation
 
category=JHtmlBehavior::_calendartranslation
category=CodeExample
+
namespace=CodeExample
 
category=MethodExample
 
category=MethodExample
 
include=*
 
include=*
 +
namespace=CodeExample
 
format= ,,,
 
format= ,,,
 
</dpl>
 
</dpl>
<noinclude>[[Category:JHtmlBehavior]][[Category:JHtmlBehavior::_calendartranslation]]</noinclude>
+
<noinclude>[[Category:Platform 11.1]][[Category:Archived pages API17]]</noinclude>

Latest revision as of 22:10, 24 March 2017

The "API17" namespace is an archived namespace. This page contains information for a Joomla! version which is no longer supported. It exists only as a historical reference, it will not be improved and its content may be incomplete and/or contain broken links.

Joomla 11.1 JHtmlBehavior::_calendartranslation[edit]

Description[edit]

Internal method to translate the JavaScript Calendar.


protected static function _calendartranslation ()
  • Returns string JavaScript that translates the object
  • Defined on line 736 of libraries/joomla/html/html/behavior.php
  • Since Joomla 11.1

See also[edit]


User contributed notes[edit]

Code Examples[edit]