Skip to main content

How to add a drop down list on this stamp I have in blue beam Revu Example would like a drop down on location with options like Edmonton, Calgary ETC

var builder = 
{
    // These map to Text Fields in the Stamp
    textBoxes :
    [
        { field:"Location", description:"Location lsd:", default:function()  { return ""; } },  
        { field:"WBS", description:"WBS Code:", default:function() { return ""; } },    
        { field:"BusinessUnit", description:"Buisness Unit Name:", default:function() { return ""; } },
        { field:"GL Number", description:"GL Number Code:", default:function() { return ""; } },
        { field:"Amount", description:"Amount Number:", default:function() { return ""; } }
    ]
}

help

Via Active questions tagged javascript - Stack Overflow https://ift.tt/eM5WYGC

Comments