replace(source,target)
Type: Method
File: ui/view.js
Implemented in:
layout
Included in:
accordion
,
carousel
,
multiview
replaces one view with another
Parameters
source - the view that needs being removed
object
target - the new view
object
Returns