Script for SetTop of the component - Printable Version +- Forums (https://bdn.bdb.ai) +-- Forum: BDB Knowledge Base (https://bdn.bdb.ai/forumdisplay.php?fid=13) +--- Forum: BDB Dashboards Designer (https://bdn.bdb.ai/forumdisplay.php?fid=43) +---- Forum: BDB Designer Q & A (https://bdn.bdb.ai/forumdisplay.php?fid=16) +---- Thread: Script for SetTop of the component (/showthread.php?tid=376) |
Script for SetTop of the component - rubeena.hajira - 12-22-2022 Script to set the Top of the component on click of another component: *Below mentioned script should be written on any component script area to set the Top of another component. *(Componnet is svg523 Top measurement is 399). sdk.setTop( 'svg523', 399 ); |