Esempio n. 1
0
        if ($item_accessObj->FullDeleteAccess()) {
            $dg->deleteButton = true;
            $dg->deleteHandler = "function(){WritFormObject.DeleteItem();}";
        }
        if ($item_accessObj->FullUpdateAccess()) {
            $dg->addButton("", "ویرایش", "edit", "function(){WritFormObject.EditItem('');}");
        }
    } else {
        $dg->addButton("", "مشاهده", "view", "function(){WritFormObject.EditItem('view');}");
    }
    $dg->width = 550;
    $dg->EnableSummaryRow = true;
    $dg->EnableSearch = false;
    $dg->EnablePaging = false;
    $dg->title = "اقلام حقوقي حکم";
    $dg->AddCurrencyStringRow(5);
    $curItemsGrid = $dg->makeGrid_returnObjects();
}
?>
<style>
.blueText{color: #0D6EB2;font-weight: bold;}
.XX_button
{
	font:normal 12px tahoma,verdana,helvetica;
	width: 150px;
	height: 24px;
	padding-bottom: 4px;
}
</style>
<script>
WritForm.prototype.afterLoad = function()
Esempio n. 2
0
    if (!$readOnly) {
        $dg->deleteButton = true;
        $dg->deleteHandler = "function(){WritFormObject.DeleteItem();}";
        $dg->addButton("", "ویرایش", "edit", "function(){WritFormObject.EditItem('');}");
        $dg->addButton("", "عدم پرداخت کلیه قلم ها ", "not_pay", "function(){WritFormObject.DontPayItem();}");
    } else {
        $dg->addButton("", "مشاهده", "view", "function(){WritFormObject.EditItem('view');}");
    }
    $dg->width = 500;
    $dg->height = 350;
    $dg->EnableSummaryRow = true;
    $dg->EnableSearch = false;
    $dg->EnablePaging = false;
    $dg->autoExpandColumn = "full_title";
    $dg->title = "اقلام حقوقي حکم";
    $dg->AddCurrencyStringRow("value");
    $dg->EnableRowNumber = true;
    $curItemsGrid = $dg->makeGrid_returnObjects();
}
?>

<style>
.blueText{color: #0D6EB2;font-weight: bold;}
.XX_button
{
	font:normal 12px tahoma,verdana,helvetica;
	width: 150px;
	height: 24px;
	padding-bottom: 4px;
}
#InfoPanel td {height :21px;}