Haha, yes, I actually based my module on the iframe module. I copied its files into mine and did a find/replace and worked from there.<div><br clear="all">--<br>Kyle Mathews<br><br>Blog: <a href="http://kyle.mathews2000.com/blog">kyle.mathews2000.com/blog</a><br>
Twitter: <a href="http://twitter.com/kylemathews">http://twitter.com/kylemathews</a><br>Company: <a href="http://eduglu.com">http://eduglu.com</a><br>
<br><br><div class="gmail_quote">On Wed, Nov 17, 2010 at 1:51 PM, Adam B. Ross <span dir="ltr">&lt;<a href="mailto:grayside@gmail.com">grayside@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
I&#39;m not familiar with this myself, but I wonder if the iframe module<br>
might have some guidance for you?<br>
<br>
<a href="http://drupal.org/project/iframe" target="_blank">http://drupal.org/project/iframe</a><br>
<div><div></div><div class="h5"><br>
On Wed, Nov 17, 2010 at 12:16 PM, Kyle Mathews &lt;<a href="mailto:mathews.kyle@gmail.com">mathews.kyle@gmail.com</a>&gt; wrote:<br>
&gt; I&#39;m writing a CCK Field module to provide integration with Etherpad so you<br>
&gt; can add an Etherpad field to a content type which will then automatically<br>
&gt; bring in an etherpad editor via an Iframe when you create a new node.<br>
&gt; See <a href="http://groups.drupal.org/node/98794" target="_blank">http://groups.drupal.org/node/98794</a> for more.<br>
&gt; But this is my first cck field module and I&#39;m running into a couple of<br>
&gt; difficulties.<br>
&gt; First, I don&#39;t really understand how a widget saves information. The problem<br>
&gt; is I need to save more information then I ask people to add in the widget.<br>
&gt; The widget is just a checkbox that asks people if they want to include an<br>
&gt; etherpad with the node. But I need to save with the node not just that but<br>
&gt; also the etherpad url, etherpad id, and attributes.<br>
&gt; Where do I add this information to be saved? Is there some sort of<br>
&gt; CCK-specific submit function I can use?<br>
&gt; The second questions is more of a shot in the dark. Now, when I add an<br>
&gt; Etherpad field to a content type, it doesn&#39;t always work. By not working, I<br>
&gt; mean my widget doesn&#39;t show up on the node edit page and there&#39;s no output<br>
&gt; on the page (though the output variable is defined in node.tpl.php, just<br>
&gt; it&#39;s empty). That&#39;s not much to go on I know but is there any common reason<br>
&gt; why this could happen?<br>
&gt; If you&#39;d like to look at the code, it&#39;s<br>
&gt; at <a href="https://github.com/KyleAMathews/drupal-etherpad/blob/master/etherpad.module" target="_blank">https://github.com/KyleAMathews/drupal-etherpad/blob/master/etherpad.module</a><br>
&gt; Thanks!<br>
&gt; --<br>
&gt; Kyle Mathews<br>
&gt;<br>
&gt; Blog: <a href="http://kyle.mathews2000.com/blog" target="_blank">kyle.mathews2000.com/blog</a><br>
&gt; Twitter: <a href="http://twitter.com/kylemathews" target="_blank">http://twitter.com/kylemathews</a><br>
&gt; Company: <a href="http://eduglu.com" target="_blank">http://eduglu.com</a><br>
&gt;<br>
</div></div></blockquote></div><br></div>