<< | Index | >>
module ODDB
class Session < SBSM::Session
attr_reader :request
...
p @session.request_request_method #=> "POST"
If cpomponents has 2 componet vertically,
HtmlGrid::List makes unexpected(concatenated with previouse elements) result html with 0,1 .
use 0,2
HtmlGrid::List needs hight steps as the need.
OFFSET_STEP = [0,2]
Some View uses already this way.
