コード例 #1
0
 public function __construct($gallery, $cm, $image, $tab)
 {
     parent::__construct($gallery, $cm, $image, $tab, true);
     $this->strresize = get_string('edit_resize', 'lightboxgallery');
     $this->strscale = get_string('edit_resizescale', 'lightboxgallery');
     $this->resizeoptions = lightboxgallery_resize_options();
 }
コード例 #2
0
 function edit_resize($gallery, $image, $tab)
 {
     parent::edit_base($gallery, $image, $tab, true);
     $this->strresize = get_string('edit_resize', 'lightboxgallery');
     $this->strscale = get_string('edit_resizescale', 'lightboxgallery');
     $this->resizeoptions = lightboxgallery_resize_options();
 }
コード例 #3
0
 public function __construct($gallery, $cm, $image, $tab)
 {
     parent::__construct($gallery, $cm, $image, $tab, true);
 }
コード例 #4
0
 function edit_flip($gallery, $image, $tab)
 {
     parent::edit_base($gallery, $image, $tab, true);
 }
コード例 #5
0
ファイル: crop.class.php プロジェクト: kai707/ITSA-backup
 function edit_crop($gallery, $image, $tab)
 {
     parent::edit_base($gallery, $image, $tab, true, false);
 }