class Rtml::Dom::ScreenElement < Rtml::Dom::Element def after_initialize super find_or_add_property(:next, :id_ref => true, :drop_if_blank => true) end def path if document && document.name "#{document.name}/#{property('id')}" else property('id').to_s end end end