Sha256: e517a68ed31aadb3284690b35d1f14802ecee13be4057586ef51fbd7317e89bc
Contents?: true
Size: 423 Bytes
Versions: 8
Compression:
Stored size: 423 Bytes
Contents
rio.Application.require("components/box"); rio.components.DependenciesList = rio.Component.create(rio.components.Box, "DependenciesList", { methods: { buildHtml: function() { var html = rio.Tag.pre("loading...", { className: "scripts" }); if (Prototype.Browser.IE) { html.setStyle({ height: "500px" }); } return html; }, setContent: function(content) { this.html().update(content); } } });
Version data entries
8 entries across 8 versions & 1 rubygems