Forums

Full Version: Script for changing width of Box Component
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
sdk.applyStyle( '#draggableDiv'+sdk.getWidget('box1').m_objectid, 'width', '300px' );
sdk.applyStyle( '#draggableCanvas'+sdk.getWidget('box1').m_objectid, 'width', '300px' );