308
309
310
311
312
313
314
315
316
317
318
|
# File 'lib/spiderfw/widget/widget.rb', line 308
def widget_before(action='')
Spider::GetText.in_domain(self.class.app.short_name){
widget_init(action)
if active?
prepare_scene(@scene)
prepare
@before_done = true
end
}
end
|