Menu

checked checkbox

PhpRtf
2011-01-26
2013-04-30
  • Darek Męcinski

    Darek Męcinski - 2011-01-26

    Hello
    I had to change Checkbox.php

    protected function getRtfCode()
        {
            return '{\fftype1'.($this->_checked ? '\ffres25' : '').'\fftypetxt0\ffhps' . $this->_size . '\ffdefres' . ($this->_checked ? '1' : '0') . '}';
        }
    

    for checked box dispaly in word 2003

     
  • Steffen Zeidler

    Steffen Zeidler - 2011-01-26

    Thx for the info, I will fix it.

     

Log in to post a comment.