<?xml version="1.0"?>
<rss version="2.0">
  <channel>
    <title>PHPDeveloper.org</title>
    <link>http://www.phpdeveloper.org</link>
    <description>Up-to-the Minute PHP News, views and community</description>
    <language>en-us</language>
    <pubDate>Mon, 20 May 2013 09:54:53 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[Jason Houle's Blog: Zend Framework: The Dijit Editor]]></title>
      <guid>http://www.phpdeveloper.org/news/12913</guid>
      <link>http://www.phpdeveloper.org/news/12913</link>
      <description><![CDATA[<p>
<i>Jason Houle</i> submitted <a href="http://blog.jasonhoule.com/2009/07/zend-framework-the-dijit-editor/">a recent post</a> from his blog looking at the integration of the Dijit editor with a Zend Framework application:
</p>
<blockquote>
In one of my current projects, AircraftConnection.com, I decided to use the dijit.Editor WYSIWYG editor in my user's forms. I ran into a few problems and could not find much documentation on the topic.
</blockquote>
<p>
He wanted a few things - different ordering of some of the elements, submission of the contents of the editor on POST and the ability to pre-populate the data the user had already submitted. <a href="http://blog.jasonhoule.com/2009/07/zend-framework-the-dijit-editor/">The post</a> walks you through these changes, starting from making the basic Zend_Form instance with a customized Dijit form element out to adding in the code to push the current user data into the editor instance.
</p>]]></description>
      <pubDate>Tue, 21 Jul 2009 11:40:29 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Matthew Weier O'Phinney's Blog: Autocompletion with Zend Framework and Dojo]]></title>
      <guid>http://www.phpdeveloper.org/news/11565</guid>
      <link>http://www.phpdeveloper.org/news/11565</link>
      <description><![CDATA[<p>
<i>Matthew Weier O'Phinney</i> has put together <a href="http://weierophinney.net/matthew/archives/198-Autocompletion-with-Zend-Framework-and-Dojo.html">a guide</a> to answer some of the questions he's been getting about combining the Zend Framework and Dojo functionality for autocompletion.
</p>
<blockquote>
I've fielded several questions about setting up an autocompleter with <a href="http://framework.zend.com/">Zend Framework</a> and <a href="http://dojotoolkit.org/">Dojo</a>, and decided it was time to create a HOWTO on the subject, particularly as there are some nuances you need to pay attention to. 
</blockquote>
<p>
He shows how to set up the correct Dijits and how to create the default form element in a Zend_Form instance. He creates a data store and a QueryReadStore to hold the information. The then modified that default Zend_Form element (a ComboBox) to include the storeType and storeParams for these instances.
</p>]]></description>
      <pubDate>Fri, 12 Dec 2008 14:37:59 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[Matthew Weier O'Phinney's Blog: Using dijit.Editor with Zend Framework]]></title>
      <guid>http://www.phpdeveloper.org/news/10924</guid>
      <link>http://www.phpdeveloper.org/news/10924</link>
      <description><![CDATA[<p>
<i>Matthew Weier O'Phinney</i> has <a href="http://weierophinney.net/matthew/archives/186-Using-dijit.Editor-with-Zend-Framework.html">posted a tutorial</a> to his blog that shows how to implement the dijit.Editor (a dijit helper that didn't make it into the current release of the Zend Framework).
</p>
<blockquote>
<p>
We're getting ready to release Zend Framework 1.6.0. However, one important Dijit had to be omitted from the release as I was not able to get it working in time: dijit.Editor.
</p>
<p>
This dijit is important as it provides an out-of-the-box WYSIWYG editor that you can use with your forms. Unfortunately, actually using it with forms is pretty tricky -- Dojo actually ends up storing content outside the form, which means you need to create a handler that pulls the content into a hidden element when saving. 
</p>
</blockquote>
<p>
He includes the code for a sample view helper to implement it and how to include it into your Zend_Form via an addElement call.
</p>]]></description>
      <pubDate>Fri, 29 Aug 2008 09:33:03 -0500</pubDate>
    </item>
  </channel>
</rss>
