changes.mady.by.user Anastasia Cheetham
Saved on Oct 01, 2010
fluid.model.resolvePathSegment(root, segment, create);
File name: Fluid.js
Fluid.js
root
(Object) The object to search
segment
(String) The path segment to search for.
create
(boolean) If true and the requested path segment does not exist, an empty object will be created at the path.
true
Object
The object found at the requested path segment.
var atval = fluid.model.resolvePathSegment(component, thisSeg);
In this example, ...