class MyFRendererConstCombo

this file is part of manqod manqod is distributed under the CDDL licence the author of manqod is Dobai-Pataky Balint(dpblnt@gmail.com)

Public Class Methods

new(caller,header,defval) click to toggle source
Calls superclass method MyFRendererCombo::new
# File lib/ListHolder/ListPanel/ListFilter/FRenderer/ConstCombo.rb, line 6
def initialize(caller,header,defval)
        item['admin']=true
        item['querySQL']="select cdata,cdisplay from scv where combo='"+header['data']+"' order by cdisplay"
        super
end