<!DOCTYPE HTML>
<html xmlns="http://www.w3.org/1999/xhtml" class="  ext-strict"><head>


  <title>RailsApp</title>
  
  <link type="text/css" rel="stylesheet" media="screen" href="/Users/skozlov/code/netzke/netzke-core/test/rails_app/public/extjs/resources/css/ext-all.css?1286408949" />
<link type="text/css" rel="stylesheet" media="screen" href="/Users/skozlov/code/netzke/netzke-core/test/rails_app/public/netzke/ext.css" />


<script type="text/javascript" src="/Users/skozlov/code/netzke/netzke-core/test/rails_app/public/extjs/adapter/ext/ext-base.js?1286408950"></script>
<script type="text/javascript" src="/Users/skozlov/code/netzke/netzke-core/test/rails_app/public/extjs/ext-all.js?1286408950"></script>
<script type="text/javascript" src="/Users/skozlov/code/netzke/netzke-core/test/rails_app/public/netzke/ext.js"></script>
<script type="text/javascript">
//&lt;![CDATA[

Netzke.classes.ComponentWithSessionPersistence = Ext.extend(Ext.Panel, Netzke.chainApply(Netzke.componentMixin(Ext.Panel), 
  {"title":"Default Title","bbar":[{"text":"Tell server to store new title","ref":"../button"}],"bugServer":    function(){
      this.whatsUp();
    }
,"initComponent":    function(){
      Netzke.classes.ComponentWithSessionPersistence.superclass.initComponent.call(this);
      this.button.on('click', this.bugServer, this);
    }
}));
Netzke.reg("componentwithsessionpersistence", Netzke.classes.ComponentWithSessionPersistence);


Ext.onReady(function(){
Netzke.page.componentWithSessionPersistence = Ext.create({"id":"component_with_session_persistence","endpoints":["whats_up"],"xtype":"componentwithsessionpersistence","sessionPersistence":true,"name":"component_with_session_persistence","title":"Title From Session","html":"HTML from session"});

Netzke.page.componentWithSessionPersistence.render("component-with-session-persistence-netzke");
});
//]]&gt;
</script>
</head><body class="   ext-gecko ext-gecko3 ext-mac" id="ext-gen3">

<div class="netzke-component" id="component-with-session-persistence-netzke"><div id="component_with_session_persistence" class=" x-panel x-panel-noborder"><div class="x-panel-header x-panel-header-noborder x-unselectable" id="ext-gen11" style="-moz-user-select: none;"><span class="x-panel-header-text" id="ext-gen16">Title From Session</span></div><div class="x-panel-bwrap" id="ext-gen12"><div class="x-panel-body x-panel-body-noborder" id="ext-gen13" style="height: 348px;">HTML from session</div><div class="x-panel-bbar x-panel-bbar-noborder" id="ext-gen14" style="width: 994px;"><div class="x-toolbar x-small-editor x-toolbar-layout-ct" id="ext-comp-1002" style="width: 990px;"><table cellspacing="0" class="x-toolbar-ct"><tbody><tr><td align="left" class="x-toolbar-left"><table cellspacing="0"><tbody><tr class="x-toolbar-left-row"><td class="x-toolbar-cell" id="ext-gen17"><table cellspacing="0" class="x-btn  x-btn-noicon" id="ext-comp-1003" style="width: auto;"><tbody class="x-btn-small x-btn-icon-small-left"><tr><td class="x-btn-tl"><i> </i></td><td class="x-btn-tc"></td><td class="x-btn-tr"><i> </i></td></tr><tr><td class="x-btn-ml"><i> </i></td><td class="x-btn-mc"><em unselectable="on" class=""><button type="button" id="ext-gen18" class=" x-btn-text">Tell server to store new title</button></em></td><td class="x-btn-mr"><i> </i></td></tr><tr><td class="x-btn-bl"><i> </i></td><td class="x-btn-bc"></td><td class="x-btn-br"><i> </i></td></tr></tbody></table></td></tr></tbody></table></td><td align="right" class="x-toolbar-right"><table cellspacing="0" class="x-toolbar-right-ct"><tbody><tr><td><table cellspacing="0"><tbody><tr class="x-toolbar-right-row"></tr></tbody></table></td><td><table cellspacing="0"><tbody><tr class="x-toolbar-extras-row"></tr></tbody></table></td></tr></tbody></table></td></tr></tbody></table></div></div></div></div></div>

<div id="ext-comp-1001" class=" x-tip" style="position: absolute; z-index: 20002; visibility: hidden; display: none;"><div class="x-tip-tl"><div class="x-tip-tr"><div class="x-tip-tc"><div class="x-tip-header x-unselectable" id="ext-gen4" style="-moz-user-select: none;"><span class="x-tip-header-text"></span></div></div></div></div><div class="x-tip-bwrap" id="ext-gen5"><div class="x-tip-ml"><div class="x-tip-mr"><div class="x-tip-mc" id="ext-gen8"><div class="x-tip-body" id="ext-gen6" style="height: auto;"></div></div></div></div><div class="x-tip-bl x-panel-nofooter" id="ext-gen7"><div class="x-tip-br"><div class="x-tip-bc"></div></div></div></div><div class="x-tip-anchor x-tip-anchor-top" id="ext-gen9" style="z-index: 20003;"></div></div></body></html>