Pman.Tab.CmsBlog.bjs
[Pman.Cms] / Pman.Cms.js
index b6d8d85..4219e28 100644 (file)
@@ -65,10 +65,10 @@ Pman.Cms = {
         });
     },
     
-    content : function(id, value)
+    content : function(id, alternative)
     {
-        
+        var el = Roo.get(id);
+        return el && el.dom && el.dom.innerHTML.length  ? el.dom.innerHTML : alternative;
     }
     
-    
 };
\ No newline at end of file