blob: cd9d34eaa76ff6fcd25dc23507ae0860b0aa8f03 (
plain) (
tree)
|
|
global proc AEDirectionalLocatorNodeTemplate( string $nodeName )
{
editorTemplate -beginScrollLayout;
editorTemplate -beginLayout "Locator Attributes" -collapse 0;
AElocatorCommon $nodeName;
editorTemplate -endLayout;
editorTemplate -addExtraControls;
editorTemplate -endScrollLayout;
AEWBLocatorSuppress( $nodeName );
}
|