|
![]() |
#1 |
Участник
|
Посмотрите в isv.config есть возможность вставить код на js, а в нем вы находите значения полей (document.getElementById("")) , а потом передавайте их как параметры страницы
вот пример: <Entity name="invoice"> <ToolBar ValidForCreate="1" ValidForUpdate="1"> <Button Title="Сформировать счет" ToolTip="Close" Icon="" PassParams="1" WinParams="0" WinMode="0" JavaScript="var number = getElementById("new_number"); window.open('http://crmsrv:5005/Invoice.aspx?number=' + number,'def','height=1000,width=800' )" /> </ToolBar> </Entity> |
|