/* RSence * Copyright 2010 Riassence Inc. * http://riassence.com/ * * You should have received a copy of the GNU General Public License along * with this software package. If not, contact licensing@riassence.com */ // Simple view for inline content (relative positioning and inline view instead of block) var//RSence.Views HInlineView = HView.extend({ isAbsolute: false, isRelative: true, displayMode: 'inline' });