Sorry, I'm pulling from a development branch of Midas in git for that file.<div><br></div><div>I just tried your JS code in a module of mine and it worked.  Here are the relevant parts of my Notification.php to make this work</div>
<div><br></div><div><br></div><div><code></div><div><div>  public function init()</div><div>    {</div><div>    $this->addCallBack('CALLBACK_CORE_GET_FOOTER_LAYOUT', 'getFooter');</div><div>    }</div>
<div><br></div><div><div>  public function getFooter()</div><div>    {</div><div>    $baseUrl = Zend_Controller_Front::getInstance()->getBaseUrl();</div><div>    $js = $baseUrl.'/modules/'.$this->moduleName.'/public/js/'.$this->moduleName.'.notify.js';</div>
<div>    $html = '<script type="text/javascript" src="'.$js.'"></script>';</div><div>    return $html;</div><div>    }</div></div><div></code></div><div><br></div><div>
This would work if your js file is in annio/public/js/annio.notify.js, so you may need to tweak this a bit.</div><div><br></div><div>Also, note that this works for "selecting" rather than "highlighting" an item, which means you have to check the checkbox.</div>
<div><br></div><div>-Mike</div><div><br></div><div><br></div><div><br></div><br><div class="gmail_quote">On Wed, Jul 4, 2012 at 5:55 PM, Mona Wong <span dir="ltr"><<a href="mailto:mona@sdsc.edu" target="_blank">mona@sdsc.edu</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><br>
Hi Michael:<br>
<br>
        Hmm, my statistics module doesn't have a statistics.notify.js.<br>
<br>
        I tried a simplier version of your code in annio/public/js/annio.js (that's the name specified in my Notification callback; I take it I can call it whatever I want) but I don't see anything in the Midas UI.<br>

<br>
        Here is my JS code:<br>
<br>
$(document).ready(function() {<br>
    midas.registerCallback('CALLBACK_CORE_RESOURCES_SELECTED', 'annio', function(params) {<br>
        if(params.items.length > 0) {<br>
            var html = '<li>Start Annio';<br>
<div class="im">            html += '</li>';<br>
<br>
            params.selectedActionsList.append(html);<br>
        }<br>
    });<br>
});<br>
<br>
</div>        What else am I missing?<br>
<br>
thanks,<br>
Mona<br>
<div class="im HOEnZb"><br>
<br>
*********************************************<br>
    Mona Wong<br>
    Web & iPad Application Developer<br>
    San Diego Supercomputer Center<br>
<br>
</div><div class="HOEnZb"><div class="h5">    You are the light you wish to see.<br>
*********************************************<br>
<br>
<br>
<br>
_______________________________________________<br>
Midas mailing list<br>
<a href="mailto:Midas@public.kitware.com">Midas@public.kitware.com</a><br>
<a href="http://public.kitware.com/cgi-bin/mailman/listinfo/midas" target="_blank">http://public.kitware.com/cgi-bin/mailman/listinfo/midas</a><br>
</div></div></blockquote></div><br><br clear="all"><div><br></div>-- <br>Thanks,<br>Michael Grauer<br>R & D Engineer<br>Kitware, Inc.<br>919 969 6990 x322<br><br><br><br>
</div>