MCImageManager:JS API/mcImageManager.view

From Moxiecode Documentation Wiki

Jump to: navigation, search

Contents

Method: mcImageManager.view

(Requires: 3.1)

Summary

Opens the view dialog of the MCImageManager. This enables the user view a specific file.

Syntax

void mcImageManager.view(<Object> s)

Parameters

s
Name/Value object with settings.

Examples

mcImageManager.view({
    path : '{0}/somedir/some.gif'
});

See also

Personal tools