Parent: [cceb25] (diff)
Child: [3d528f] (diff)
Download this file
1 2 3 4 5 6 7 8 9
import ew class Include(ew.Widget): template='jinja:allura:templates/widgets/include.html' params=['artifact', 'attrs'] artifact=None attrs = { 'style':'width:270px;float:right;background-color:#ccc' }