<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Zend_Dojo: первые шаги</title>
	<atom:link href="http://anton.shevchuk.name/php/zend_dojo-first-steps/feed/" rel="self" type="application/rss+xml" />
	<link>http://anton.shevchuk.name/php/zend_dojo-first-steps/</link>
	<description>Web-разработчик</description>
	<lastBuildDate>Tue, 07 Feb 2012 07:48:09 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Андрей</title>
		<link>http://anton.shevchuk.name/php/zend_dojo-first-steps/comment-page-1/#comment-62611</link>
		<dc:creator>Андрей</dc:creator>
		<pubDate>Wed, 11 May 2011 10:37:03 +0000</pubDate>
		<guid isPermaLink="false">http://anton.shevchuk.name/?p=1029#comment-62611</guid>
		<description>немогу понять как сделать так чтобы dojo либы не подключались, там где нет dojo форм. 
То есть в лайоут у меня вот что 
[php]
if ($this-&gt;dojo()-&gt;isEnabled()){
$this-&gt;dojo()-&gt;setLocalPath(&#039;/javascript/dojo/dojo.js&#039;)
                        -&gt;addStyleSheetModule(&#039;dijit.themes.claro&#039;);
echo $this-&gt;dojo();
}
[/php]

но даже если в view скрипте стоит 
[php]$this-&gt;dojo()-&gt;disable()[/php]
все равно подключаются яваскрипты dojo</description>
		<content:encoded><![CDATA[<p>немогу понять как сделать так чтобы dojo либы не подключались, там где нет dojo форм.<br />
То есть в лайоут у меня вот что </p>
<pre class="brush: php; title: ; notranslate">
if ($this-&gt;dojo()-&gt;isEnabled()){
$this-&gt;dojo()-&gt;setLocalPath('/javascript/dojo/dojo.js')
                        -&gt;addStyleSheetModule('dijit.themes.claro');
echo $this-&gt;dojo();
}
</pre>
<p>но даже если в view скрипте стоит </p>
<pre class="brush: php; title: ; notranslate">$this-&gt;dojo()-&gt;disable()</pre>
<p>все равно подключаются яваскрипты dojo</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Сергей</title>
		<link>http://anton.shevchuk.name/php/zend_dojo-first-steps/comment-page-1/#comment-59332</link>
		<dc:creator>Сергей</dc:creator>
		<pubDate>Sat, 06 Feb 2010 08:34:35 +0000</pubDate>
		<guid isPermaLink="false">http://anton.shevchuk.name/?p=1029#comment-59332</guid>
		<description>Здрасти всем.
У меня такой трабл.
После заполнения формы
[php]$this-&gt;addElement(&#039;editor&#039;, &#039;about&#039;, array(
		   &#039;value&#039;=&gt;$this-&gt;_user-&gt;about,
			&#039;label&#039; =&gt; &#039;О себе:&#039;,
		));[/php]
, где $this это наследник Zend_Dojo_Form,
 и её отправки в 
[php]$values =$request-&gt;getPost();
$values[&#039;about&#039;][/php]
Лежит Array. Под каким ключом в этом массиве хранится текст???</description>
		<content:encoded><![CDATA[<p>Здрасти всем.<br />
У меня такой трабл.<br />
После заполнения формы</p>
<pre class="brush: php; title: ; notranslate">$this-&gt;addElement('editor', 'about', array(
		   'value'=&gt;$this-&gt;_user-&gt;about,
			'label' =&gt; 'О себе:',
		));</pre>
<p>, где $this это наследник Zend_Dojo_Form,<br />
 и её отправки в </p>
<pre class="brush: php; title: ; notranslate">$values =$request-&gt;getPost();
$values['about']</pre>
<p>Лежит Array. Под каким ключом в этом массиве хранится текст???</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: RIA приложения, сравнение javascript фреймворков &#171; Di Sole</title>
		<link>http://anton.shevchuk.name/php/zend_dojo-first-steps/comment-page-1/#comment-59128</link>
		<dc:creator>RIA приложения, сравнение javascript фреймворков &#171; Di Sole</dc:creator>
		<pubDate>Wed, 16 Dec 2009 10:42:44 +0000</pubDate>
		<guid isPermaLink="false">http://anton.shevchuk.name/?p=1029#comment-59128</guid>
		<description>[...] Zend_Dojo: первые шаги [...]</description>
		<content:encoded><![CDATA[<p>[...] Zend_Dojo: первые шаги [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anton Shevchuk</title>
		<link>http://anton.shevchuk.name/php/zend_dojo-first-steps/comment-page-1/#comment-58320</link>
		<dc:creator>Anton Shevchuk</dc:creator>
		<pubDate>Fri, 30 Oct 2009 15:37:17 +0000</pubDate>
		<guid isPermaLink="false">http://anton.shevchuk.name/?p=1029#comment-58320</guid>
		<description>В рамках разработки CMF ZFCore</description>
		<content:encoded><![CDATA[<p>В рамках разработки CMF ZFCore</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: virus</title>
		<link>http://anton.shevchuk.name/php/zend_dojo-first-steps/comment-page-1/#comment-58312</link>
		<dc:creator>virus</dc:creator>
		<pubDate>Fri, 30 Oct 2009 14:46:30 +0000</pubDate>
		<guid isPermaLink="false">http://anton.shevchuk.name/?p=1029#comment-58312</guid>
		<description>Не планируете ещё статей про Dojo+ZF написать?</description>
		<content:encoded><![CDATA[<p>Не планируете ещё статей про Dojo+ZF написать?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: progg.ru</title>
		<link>http://anton.shevchuk.name/php/zend_dojo-first-steps/comment-page-1/#comment-50972</link>
		<dc:creator>progg.ru</dc:creator>
		<pubDate>Thu, 06 Aug 2009 05:30:21 +0000</pubDate>
		<guid isPermaLink="false">http://anton.shevchuk.name/?p=1029#comment-50972</guid>
		<description>&lt;strong&gt;Zend_Dojo: первые шаги...&lt;/strong&gt;

Thank you for submitting this cool story - Trackback from progg.ru...</description>
		<content:encoded><![CDATA[<p><strong>Zend_Dojo: первые шаги&#8230;</strong></p>
<p>Thank you for submitting this cool story &#8211; Trackback from progg.ru&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: vovikha</title>
		<link>http://anton.shevchuk.name/php/zend_dojo-first-steps/comment-page-1/#comment-47172</link>
		<dc:creator>vovikha</dc:creator>
		<pubDate>Tue, 16 Jun 2009 07:43:21 +0000</pubDate>
		<guid isPermaLink="false">http://anton.shevchuk.name/?p=1029#comment-47172</guid>
		<description>Нашел решение проблемы о которой писал ранее 
&lt;a href=&quot;http://www.zfforums.com/zend-framework-general-discussions-1/general-q-zend-framework-2/dojo-zend_layout-2341.html&quot; rel=&quot;nofollow&quot;&gt; Dojo in Zend_Layout&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>Нашел решение проблемы о которой писал ранее<br />
<a href="http://www.zfforums.com/zend-framework-general-discussions-1/general-q-zend-framework-2/dojo-zend_layout-2341.html" rel="nofollow"> Dojo in Zend_Layout</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: vovikha</title>
		<link>http://anton.shevchuk.name/php/zend_dojo-first-steps/comment-page-1/#comment-47168</link>
		<dc:creator>vovikha</dc:creator>
		<pubDate>Tue, 16 Jun 2009 06:32:18 +0000</pubDate>
		<guid isPermaLink="false">http://anton.shevchuk.name/?p=1029#comment-47168</guid>
		<description>Не работает dojo в самом лейауте, например
если в layout.phtml
вставить 
[php]echo $this-&gt;button(
    &#039;foo&#039;,
    &#039;Click!&#039;);[/php]
оформление dojo  не работает

вo view скриптах все работает

Как это сделать в Лейауте?

Пасибо.</description>
		<content:encoded><![CDATA[<p>Не работает dojo в самом лейауте, например<br />
если в layout.phtml<br />
вставить </p>
<pre class="brush: php; title: ; notranslate">echo $this-&gt;button(
    'foo',
    'Click!');</pre>
<p>оформление dojo  не работает</p>
<p>вo view скриптах все работает</p>
<p>Как это сделать в Лейауте?</p>
<p>Пасибо.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anton Shevchuk</title>
		<link>http://anton.shevchuk.name/php/zend_dojo-first-steps/comment-page-1/#comment-45766</link>
		<dc:creator>Anton Shevchuk</dc:creator>
		<pubDate>Wed, 20 May 2009 11:17:59 +0000</pubDate>
		<guid isPermaLink="false">http://anton.shevchuk.name/?p=1029#comment-45766</guid>
		<description>Демка не на моем хостинге - обновить ее тама не могу...</description>
		<content:encoded><![CDATA[<p>Демка не на моем хостинге &#8211; обновить ее тама не могу&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cody</title>
		<link>http://anton.shevchuk.name/php/zend_dojo-first-steps/comment-page-1/#comment-45760</link>
		<dc:creator>cody</dc:creator>
		<pubDate>Wed, 20 May 2009 10:20:07 +0000</pubDate>
		<guid isPermaLink="false">http://anton.shevchuk.name/?p=1029#comment-45760</guid>
		<description>блокируется в крайнем левом положении. если увести сплит в крайнее левое положение, то извлечь его от туда в FF3 (тестировал на FF3.0.10) уже нельзя :) 

IE6 тоже, к сожалению, не поддерживается.</description>
		<content:encoded><![CDATA[<p>блокируется в крайнем левом положении. если увести сплит в крайнее левое положение, то извлечь его от туда в FF3 (тестировал на FF3.0.10) уже нельзя :) </p>
<p>IE6 тоже, к сожалению, не поддерживается.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

