Newer
Older
AutomaticVerification / InformationFile / 自动检定系统Demo / resources / scripts / axure / globals.js
lixanchuan on 26 Feb 2024 156 bytes no commit message
$axure.internal(function($ax) {
    var _globals = $ax.globals = {};

    $ax.globals.MaxZIndex = 1000;
    $ax.globals.MinZIndex = -1000;
    
});