Ejemplo n.º 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();
 }
 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();
 }
Ejemplo n.º 3
0
 public function __construct($gallery, $cm, $image, $tab)
 {
     parent::__construct($gallery, $cm, $image, $tab, true);
 }
 function edit_flip($gallery, $image, $tab)
 {
     parent::edit_base($gallery, $image, $tab, true);
 }
Ejemplo n.º 5
0
 function edit_crop($gallery, $image, $tab)
 {
     parent::edit_base($gallery, $image, $tab, true, false);
 }