43 lines
942 B
Plaintext
43 lines
942 B
Plaintext
<%@language = "javascript" %>
|
|
<% /*
|
|
$Revision$
|
|
$Id$
|
|
|
|
File: cnt_kenmerk.asp
|
|
|
|
Description: fac_management aanroep van model_cnt_kenmerk
|
|
|
|
Context:
|
|
|
|
Notes:
|
|
*/
|
|
%>
|
|
<!-- #include file="../scf/scaffolding.inc" -->
|
|
<!-- #include file="../mgt/mgt_tools.inc" -->
|
|
<!-- #include file="../api2/model_cnt_kenmerk.inc" -->
|
|
<%
|
|
var this_model = new model_cnt_kenmerk();
|
|
|
|
scaffolding(this_model,
|
|
{
|
|
"search": {
|
|
"autosearch": true,
|
|
"filters": [
|
|
"contractpropertytype",
|
|
"contractdiscipline",
|
|
"attributetypehide"
|
|
]
|
|
},
|
|
"list": {
|
|
"columns": [
|
|
"id",
|
|
"contractdiscipline",
|
|
"contractpropertytype",
|
|
"sequence",
|
|
"attributetypehide"
|
|
]
|
|
},
|
|
"print": {}
|
|
});
|
|
%>
|