LSP - input options
This commit is contained in:
parent
1f83e1d5b4
commit
baa29b55c5
4 changed files with 106 additions and 54 deletions
|
@ -17,8 +17,9 @@
|
|||
<script>
|
||||
//these are placed here because the compression compiler does not deal with the eval function properly.
|
||||
//enter the values of the settings object into their input fields
|
||||
function enterSettings(){
|
||||
$('.isSetting').each(function(){
|
||||
function enterSettings($container){
|
||||
$container = $container || $('body');
|
||||
$container.find('.isSetting').each(function(){
|
||||
var objpath = findObjPath($(this));
|
||||
var val = '';
|
||||
try {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue