<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="ru">
	<id>http://wiki.mipt.ru/index.php?action=history&amp;feed=atom&amp;title=Development%3AJavaScript_FAQ</id>
	<title>Development:JavaScript FAQ - История изменений</title>
	<link rel="self" type="application/atom+xml" href="http://wiki.mipt.ru/index.php?action=history&amp;feed=atom&amp;title=Development%3AJavaScript_FAQ"/>
	<link rel="alternate" type="text/html" href="http://wiki.mipt.ru/index.php?title=Development:JavaScript_FAQ&amp;action=history"/>
	<updated>2026-05-07T18:26:51Z</updated>
	<subtitle>История изменений этой страницы в вики</subtitle>
	<generator>MediaWiki 1.42.1</generator>
	<entry>
		<id>http://wiki.mipt.ru/index.php?title=Development:JavaScript_FAQ&amp;diff=11264&amp;oldid=prev</id>
		<title>Олег Давидович: 1 версия импортирована</title>
		<link rel="alternate" type="text/html" href="http://wiki.mipt.ru/index.php?title=Development:JavaScript_FAQ&amp;diff=11264&amp;oldid=prev"/>
		<updated>2024-10-21T08:51:21Z</updated>

		<summary type="html">&lt;p&gt;1 версия импортирована&lt;/p&gt;
&lt;table style=&quot;background-color: #fff; color: #202122;&quot; data-mw=&quot;interface&quot;&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;ru&quot;&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;← Предыдущая версия&lt;/td&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;Версия от 08:51, 21 октября 2024&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-notice&quot; lang=&quot;ru&quot;&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(нет различий)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</summary>
		<author><name>Олег Давидович</name></author>
	</entry>
	<entry>
		<id>http://wiki.mipt.ru/index.php?title=Development:JavaScript_FAQ&amp;diff=11263&amp;oldid=prev</id>
		<title>1&gt;Skodak в 16:29, 27 января 2010</title>
		<link rel="alternate" type="text/html" href="http://wiki.mipt.ru/index.php?title=Development:JavaScript_FAQ&amp;diff=11263&amp;oldid=prev"/>
		<updated>2010-01-27T16:29:10Z</updated>

		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Новая страница&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{Moodle 2.0}}&lt;br /&gt;
; Why YUI? : The decision to use &amp;#039;&amp;#039;Yahoo! User Interface Library&amp;#039;&amp;#039; was done after a developer poll in 2006. Many core developers and contributors already learned how to use it and it can not be replaced by something else easily. YUI 3 is significantly improved and should help us catch up with other more used frameworks such has JQuery.&lt;br /&gt;
&lt;br /&gt;
; Can I use JQuery in my plugin? : In theory yes, but you need to integrate it manually with Moodle which may create some unexpected problems.&lt;br /&gt;
&lt;br /&gt;
; Why the global M? : It is problematic to set up global variables from code loaded through the YUI loader. There were also some function scoping problems.&lt;br /&gt;
&lt;br /&gt;
; Why the strange namespace organisation in M? : It is easy to tell the namespace from plugin name and vice versa. This allowed us to implement some simple JS module autoloading.&lt;br /&gt;
&lt;br /&gt;
; Why the static &amp;#039;&amp;#039;init_&amp;#039;&amp;#039; methods in JS module? : It is easy to guess how to use JS code from PHP. This should significantly improve readability of docs generated from the JS code.&lt;br /&gt;
&lt;br /&gt;
; YUI 3 does not implement all YUI2 features : You can use all YUI 2 modules in Moodle 2.0, simply include it as one of the dependencies in module description or manually via Y.use(&amp;#039;yui2-tree&amp;#039;, function(Y) { .... });, the prefix &amp;#039;&amp;#039;yui2-&amp;#039;&amp;#039; is used to differentiate these from newer modules.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;See also&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
* [[Development:JavaScript usage guide]]&lt;/div&gt;</summary>
		<author><name>1&gt;Skodak</name></author>
	</entry>
</feed>