Haz 8 2016
Jquery Dependent DropDown List
jQuery Dependent DropDown List – Countries and States <div class=”frmDronpDown”> <div class=”row”> <label>Country:</label><br/> <select name=”country” id=”country-list” class=”demoInputBox” onChange=”getState(this.value);”> <option value=””>Select Country</option> <?php foreach($results as $country) { ?> <option value=”<?php echo $country[“id”]; ?>”><?php echo $country[“name”]; ?></option> <?php } ?> </select> </div> <div class=”row”> <label>State:</label><br/> <select name=”state” id=”state-list” class=”demoInputBox”> <option value=””>Select State</option> </select> </div> </div> jQuery Dependent […]
Nis 20 2017
SAP Fiori transaction tcode ları
This Document Contains a list of All Transaction Codes Required for SAP Fiori Development[Front-End,Back-End and Gateway]. For utilization of Workflows in Custom SAP Fiori Apps,Workflow related transactions would be used.Some of these will be available in Frontend[SAP Gateway] and Some will be for SAP Back-End, in case of Central HUB deployment of SAP Gateway. In […]
Devamı
By Burhan KARADERE • Genel • 0 • Tags: fiori, kodları, list, SAP, tcode, transection