本文整理汇总了PHP中radiokelompok函数的典型用法代码示例。如果您正苦于以下问题:PHP radiokelompok函数的具体用法?PHP radiokelompok怎么用?PHP radiokelompok使用的例子?那么, 这里精选的函数代码示例或许可以为您提供帮助。
在下文中一共展示了radiokelompok函数的11个代码示例,这些例子默认根据受欢迎程度排序。您可以为喜欢或者感觉有用的代码点赞,您的评价将有助于系统推荐出更棒的PHP代码示例。
示例1:
?>
</div>
</div>
</li>
<li>
<span class="span2">Nama/Jenis Barang</span>
<div class="input-append">
<input type="text" name="rtb_njb" id="rtb_njb" class="span5" readonly="readonly" value="">
<input type="button" name="idbtnlookupkelompok" id="idbtnlookupkelompok" class="btn" value="Pilih" onclick = "showSpoiler(this);">
<div class="inner" style="display:none;">
<?php
$alamat_simpul_kelompok="$url_rewrite/function/dropdown/radio_simpul_kelompok.php";
$alamat_search_kelompok="$url_rewrite/function/dropdown/radio_search_kelompok.php";
js_radiokelompok($alamat_simpul_kelompok, $alamat_search_kelompok,"rtb_njb","kelompok_id",'kelompok','rtbkelompokfilter');
$style="style=\"width:525px; height:220px; overflow:auto; border: 1px solid #dddddd;\"";
radiokelompok($style,"kelompok_id",'kelompok','rtbkelompokfilter');
?>
</div>
</div>
</li>
<li>
<span class="span2"> </span>
<input type="submit" name="submit" class="btn btn-primary" value="Tampilkan Data" />
<input type="reset" name="reset" class="btn" value="Bersihkan Data">
</li>
</ul>
<table border="0" cellspacing="6" style="display: none">
<tr>
<td>Desa</td>
<td>Kecamatan</td>
</tr>
示例2: show_kelompok
</div>
</td>
</tr>
<tr>
<td width="25%" class="style6">Nama/Jenis Barang</td>
<td>
<input class="w300" name="rkb_edit_njb" id="rkb_edit_njb" type="text" value="<?php echo show_kelompok($select_njb); ?>" required="required" readonly="readonly"/>
<input type="button" name="idbtnlookupkelompok" id="idbtnlookupkelompok" value="Pilih" onclick = "showSpoiler(this);">
<div class="inner" style="display:none;">
<?php
$alamat_simpul_kelompok="$url_rewrite/function/dropdown/radio_simpul_kelompok.php";
$alamat_search_kelompok="$url_rewrite/function/dropdown/radio_search_kelompok.php";
js_radiokelompok($alamat_simpul_kelompok, $alamat_search_kelompok,"rkb_edit_njb","kelompok_id",'kelompok','rkbkelompokedit');
$style="style=\"width:525px; height:220px; overflow:auto; border: 1px solid #dddddd;\"";
radiokelompok($style,"kelompok_id",'kelompok',"rkbkelompokedit|$select_njb");
?>
</div>
</td>
</tr>
<script>
function get_data_merek(kelompok,tahun,data){
var nilai_kelompok=document.getElementById(kelompok).value;
var tahun=document.getElementById(tahun).value;
url="<?php echo $url_rewrite?>/module/perencanaan/api_merek.php?kelompok="+nilai_kelompok+"&tahun="+tahun;
//alert(url);
ambilData(url,data);
}
</script>
<tr>
示例3:
</tr>
<tr>
<td>Nama/Jenis Barang</td>
<td>
<input type="hidden" name="idgetkelompok" id="idgetkelompok" value="">
<input type="text" name="lda_kelompok9" id="lda_kelompok9" class="w480" readonly="readonly" value="(semua Kelompok)">
<input type="button" name="idbtnlookupkelompok" id="idbtnlookupkelompok" value="Pilih" onclick = "showSpoiler(this);">
<div class="inner" style="display:none;">
<?php
$alamat_simpul_kelompok="$url_rewrite/function/dropdown/radio_simpul_kelompok.php";
$alamat_search_kelompok="$url_rewrite/function/dropdown/radio_search_kelompok.php";
js_radiokelompok($alamat_simpul_kelompok, $alamat_search_kelompok,"lda_kelompok9","kelompok_id9",'kelompok9','skl9');
$style="style=\"width:525px; height:220px; overflow:auto; border: 1px solid #dddddd;\"";
radiokelompok($style,"kelompok_id9",'kelompok9','skl9');
?>
</div>
</td>
</tr>
<tr>
<td> </td>
</tr>
<tr>
<td></td>
<td>
<input type="submit" name="submit" value="Tampilkan Data" />
<input type="reset" name="reset" value="Bersihkan Data" />
</td>
</tr>
</table>
示例4: show_kelompok
<form name="shbeditdata" method="POST" action="<?php echo "$url_rewrite/module/perencanaan/"; ?>shb-proses.php" method="post">
<ul>
<li>
<span class="span2">Nama/Jenis Barang</span>
<div class="input-append">
<input type="text" name="shb_add_njb" id="shb_add_njb" class="span6" value="<?php echo show_kelompok($select_njb); ?>" required="required" readonly="readonly" />
<input type="button" name="idbtnlookupkelompok" id="idbtnlookupkelompok" class="btn" value="Pilih" onclick = "showSpoiler(this);" />
<div class="inner" style="display:none;">
<?php
$alamat_simpul_kelompok="$url_rewrite/function/dropdown/radio_simpul_kelompok.php";
$alamat_search_kelompok="$url_rewrite/function/dropdown/radio_search_kelompok.php";
js_radiokelompok($alamat_simpul_kelompok, $alamat_search_kelompok,"shb_add_njb","kelompok_id",'kelompok','shbkelompokadd');
$style="style=\"width:525px; height:220px; overflow:auto; border: 1px solid #dddddd;\"";
radiokelompok($style,"kelompok_id",'kelompok',"shbkelompokadd|$select_njb");
?>
</div>
</div>
</li>
<li>
<span class="span2">Merk/Tipe</span>
<input class="span4" name="shb_add_mat" id="shb_add_mat" type="text" value="<?php echo $select_mat; ?>" required="required" />
</li>
<li>
<span class="span2">Tanggal</span>
<input type="text" class="span3" style="text-align:center;" name="shb_add_tgl" value="<?php echo $select_tgl; ?>" id="tanggal12" required="required" class="span3" readonly="readonly"/>
</li>
<li>
<span class="span2">Spesifikasi</span>
<input class="span4" name="shb_add_bhn" id="shb_add_bhn" type="text" value="<?php echo $select_bhn; ?>" required="required" />
示例5:
<style>
.tabel th {
background-color: #eeeeee;
border: 1px solid #dddddd;
}
.tabel td {
border: 1px solid #dddddd;
}
</style>
<?php
//include "$path/function/dropdown/function_kelompok.php";
$alamat_simpul_kelompok="$url_rewrite/function/dropdown/radio_simpul_kelompok.php";
$alamat_search_kelompok="$url_rewrite/function/dropdown/radio_search_kelompok.php";
js_radiokelompok($alamat_simpul_kelompok, $alamat_search_kelompok,"pem_kelompok","kelompok_id5",'kelompok','pemkelompokfilter');
$style="style=\"width:525px; height:220px; overflow:auto; border: 1px solid #dddddd;\"";
radiokelompok($style,"kelompok_id5",'kelompok','pemkelompokfilter');
?>
</div>
</td>
</tr>
<tr>
<td>
<table border=0 cellspacing="6" style="display: none">
<tr>
<td>Desa</td>
<td>Kecamatan</td>
</tr>
<tr>
<td>
<input type="text" id="p_desa" name="p_desa" value="" size="45" readonly="readonly">
</td>
示例6: js_radiokelompok
<style>
.tabel th {
background-color: #eeeeee;
border: 1px solid #dddddd;
}
.tabel td {
border: 1px solid #dddddd;
}
</style>
<?php
$alamat_simpul_kelompok="$url_rewrite/function/dropdown/radio_simpul_kelompok.php";
$alamat_search_kelompok="$url_rewrite/function/dropdown/radio_search_kelompok.php";
js_radiokelompok($alamat_simpul_kelompok,
$alamat_search_kelompok,"idgetkelompok5","kelompok_id5",'kelompok5','kas');
$style="style=\"width:525px; height:220px; overflow:auto; border: 1px solid #dddddd;\"";
radiokelompok($style,"kelompok_id5",'kelompok5','kas');
?>
</div>
</td>
</tr>
<tr>
<td>
<table border=0 cellspacing="6" style="display: none">
<tr>
<td>Desa</td>
<td>Kecamatan</td>
</tr>
<tr>
<td>
<input type="text" id="p_desa" name="p_desa" value="" size="45" readonly="readonly">
示例7: js_radiokelompok
.tabel th {
background-color: #eeeeee;
border: 1px solid #dddddd;
}
.tabel td {
border: 1px solid #dddddd;
}
</style>
<?php
//include "$path/function/dropdown/function_kelompok.php";
$alamat_simpul_kelompok = "{$url_rewrite}/function/dropdown/radio_simpul_kelompok.php";
$alamat_search_kelompok = "{$url_rewrite}/function/dropdown/radio_search_kelompok.php";
js_radiokelompok($alamat_simpul_kelompok, $alamat_search_kelompok, "lda_kelompok11", "kelompok_id11", 'kelompok11', 'skl11');
$style2 = "style=\"width:525px; height:220px; overflow:auto; border: 1px solid #dddddd;\"";
radiokelompok($style2, 'kelompok_id11', 'kelompok11', 'skl11');
?>
</div>
</td>
</tr>
<tr>
<td>Tanggal Awal</td>
<td><input type="text" id="tanggal23"name="gdg_cdg_lapem_tglawal"value=""></td>
</tr>
<tr>
<td>Tanggal Akhir</td>
<td><input type="text"id="tanggal24" name="gdg_cdg_lapem_tglakhir"value=""></td>
</tr>
<tr>
<td></td>
示例8:
<li>
<span class="span2">Tahun Perolehan</span>
<input isdatepicker="true" style="width: 90px;" name="ka_thn_perolehan" id="ka_thn_perolehan" maxlength="4" type="text">
</li>
<li>
<span class="span2">Kelompok</span>
<div class="input-append">
<input type="text" name="lda_kelompok" id="lda_kelompok" style="width:480px;"readonly="readonly" placeholder="(Semua Kelompok)">
<input type="button" name="idbtnlookupkelompok" id="idbtnlookupkelompok" value="Pilih" onclick = "showSpoiler(this);">
<div class="inner" style="display:none;">
<?php
$alamat_simpul_kelompok="$url_rewrite/function/dropdown/radio_simpul_kelompok.php";
$alamat_search_kelompok="$url_rewrite/function/dropdown/radio_search_kelompok.php";
js_radiokelompok($alamat_simpul_kelompok, $alamat_search_kelompok,"lda_kelompok","kelompok_id",'kelompok', 'kelompk');
$style="style=\"width:525px; height:220px; overflow:auto; border: 1px solid #dddddd;\"";
radiokelompok($style,"kelompok_id",'kelompok', 'kelompk');
?>
</div>
</div>
</li>
<li>
<span class="span2">Lokasi</span>
<div class="input-append">
<input type="text" name="entri_lokasi" id="entri_lokasi" style="width:480px;" readonly="readonly" placeholder="(Semua Lokasi)">
<input type="button" name="idbtnlookuplokasi" id="idbtnlookuplokasi" value="Pilih" onclick = "showSpoiler(this);">
<div class="inner" style="display:none;">
<?php
// include "$path/function/dropdown/radio_function_lokasi_pengadaan.php";
$alamat_simpul_lokasi="$url_rewrite/function/dropdown/radio_simpul_lokasi_pengadaan.php";
$alamat_search_lokasi="$url_rewrite/function/dropdown/radio_search_lokasi_pengadaan.php";
js_radiopengadaanlokasi($alamat_simpul_lokasi, $alamat_search_lokasi,"entri_lokasi","lokasi_id",'lokasi','p_provinsi','p_kabupaten','p_kecamatan','p_desa','lok');
示例9:
<tr bgcolor="#004933">
<td class="white" colspan="2" align=left>Tambah Data Baru</td>
</tr>
<tr>
<td align="center" class="style6">Nama/Jenis Barang</td>
<td><input class="w300" name="skb_add_njb" id="skb_add_njb" type="text" value="" required="required" readonly="readonly"/>
<input type="button" name="idbtnlookupkelompok" id="idbtnlookupkelompok" value="Pilih" onclick = "showSpoiler(this);">
<div class="inner" style="display:none;">
<?php
$alamat_simpul_kelompok="$url_rewrite/function/dropdown/radio_simpul_kelompok.php";
$alamat_search_kelompok="$url_rewrite/function/dropdown/radio_search_kelompok.php";
js_radiokelompok($alamat_simpul_kelompok, $alamat_search_kelompok,"skb_add_njb","kelompok_id",'kelompok','skbkelompokadd');
$style="style=\"width:525px; height:220px; overflow:auto; border: 1px solid #dddddd;\"";
radiokelompok($style,"kelompok_id",'kelompok','skbkelompokadd');
?>
</div>
</td>
</tr>
<tr>
<td align="center" class="style6">SKPD</td>
<td><input class="w300" name="skb_add_skpd" id="skb_add_skpd" type="text" value="<?php echo $_SESSION['ses_satkername'] ; ?>" required="required" readonly="readonly"/>
<input type="button" name="idbtnlookupkelompok" id="idbtnlookupkelompok" value="Pilih" onclick = "showSpoiler(this);">
<div class="inner" style="display:none;">
<?php
//include "$path/function/dropdown/radio_function_skpd.php";
$alamat_simpul_skpd="$url_rewrite/function/dropdown/radio_simpul_skpd.php";
$alamat_search_skpd="$url_rewrite/function/dropdown/radio_search_skpd.php";
js_radioskpd($alamat_simpul_skpd, $alamat_search_skpd,"skb_add_skpd","skpd_id",'skpd','skbskpdadd');
示例10: js_radiokelompok
<tr bgcolor="#004933">
<td class="white" colspan="2" align=left>Tambah Data Baru</td>
</tr>
<tr>
<td width="25%" class="style6">Nama/Jenis Barang</td>
<td>
<input type="text" name="shb_add_njb" id="shb_add_njb" class="w450" value="" required="required" readonly="readonly" />
<input type="button" name="idbtnlookupkelompok" id="idbtnlookupkelompok" value="Pilih" onclick = "showSpoiler(this);" />
<div class="inner" style="display:none;">
<?php
$alamat_simpul_kelompok="$url_rewrite/function/dropdown/radio_simpul_kelompok.php";
$alamat_search_kelompok="$url_rewrite/function/dropdown/radio_search_kelompok.php";
js_radiokelompok($alamat_simpul_kelompok, $alamat_search_kelompok,"shb_add_njb","shb_add_njb_id",'kelompok','shbkelompokadd');
$style="style=\"width:525px; height:220px; overflow:auto; border: 1px solid #dddddd;\"";
radiokelompok($style,"shb_add_njb_id",'kelompok','shbkelompokadd');
?>
</div>
</td>
</tr>
<tr>
<td width="25%" class="style6">Merk/Tipe</td>
<td><input class="w300" name="shb_add_mat" id="shb_add_mat" type="text" value="" required="required" /></td>
</tr>
<tr>
<td width="25%" class="style6">Tanggal</td>
<td><input type="text" style="text-align:center;" name="shb_add_tgl" value="" id="tanggal12" required="required" readonly="readonly"/></td>
</tr>
<tr>
<td width="25%" class="style6">Spesifikasi</td>
<td><input class="w300" name="shb_add_bhn" id="shb_add_bhn" type="text" value="" required="required" /></td>
示例11: js_radiokelompok
<style>
.tabel th {
background-color: #eeeeee;
border: 1px solid #dddddd;
}
.tabel td {
border: 1px solid #dddddd;
}
</style>
<?php
$alamat_simpul_kelompok="$url_rewrite/function/dropdown/simpul_kelompok.php";
$alamat_search_kelompok="$url_rewrite/function/dropdown/search_kelompok.php";
js_radiokelompok($alamat_simpul_kelompok,
$alamat_search_kelompok,"lda_kelompok","kelompok_id",'kelompok','yuda1');
$style="style=\"width:525px; height:220px; overflow:auto; border: 1px solid #dddddd;\"";
radiokelompok($style,"kelompok_id",'kelompok','yuda1');
?>
</div>
</td>
</tr>
<tr>
<td>
<table border=0 cellspacing="6" style="display: none">
<tr>
<td>Desa</td>
<td>Kecamatan</td>
</tr>
<tr>
<td>