diep
Thứ Tư, 18 tháng 10, 2017
Chủ Nhật, 11 tháng 10, 2015
Cách nối file PDF thành 1 file duy nhất.
https://foxyutils.com/mergepdf/
hoặc : https://www.pdfmerge.com/
hoặc phần mềm ghép:
http://taimienphi.vn/download-adolix-split-merge-pdf-3860/taive
Truy cập vào link website này và chọn 2 file pdf và MERGE thành 1 file duy nhất
hoặc : https://www.pdfmerge.com/
hoặc phần mềm ghép:
http://taimienphi.vn/download-adolix-split-merge-pdf-3860/taive
Thứ Tư, 4 tháng 3, 2015
NHẬN THIẾT KẾ và XÂY DỰNG WEBSITE
NHẬN THIẾT KẾ và XÂY DỰNG WEBSITE.
WEBSITE (GIỚI THIỆU, TIN TỨC, BÁN HÀNG.......)
LIÊN HỆ:
+ Email:hongdiepbach@gmail.com
+ Skype: hoadiepdo99
Thứ Năm, 8 tháng 1, 2015
Thêm tùy chọn số trang trong magento
Adding rows per page to Magento admin grid
<select name="<?php echo $this->getVarNameLimit() ?>" onchange="<?php echo $this->getJsObjectName() ?>.loadByElement(this)"> <option value="20"<?php if($this->getCollection()->getPageSize()==20): ?> selected="selected"<?php endif; ?>>20</option> <option value="30"<?php if($this->getCollection()->getPageSize()==30): ?> selected="selected"<?php endif; ?>>30</option> <option value="50"<?php if($this->getCollection()->getPageSize()==50): ?> selected="selected"<?php endif; ?>>50</option> <option value="100"<?php if($this->getCollection()->getPageSize()==100): ?> selected="selected"<?php endif; ?>>100</option> <option value="200"<?php if($this->getCollection()->getPageSize()==200): ?> selected="selected"<?php endif; ?>>200</option> </select>To this:
<select name="<?php echo $this->getVarNameLimit() ?>" onchange="<?php echo $this->getJsObjectName() ?>.loadByElement(this)"> <option value="20"<?php if($this->getCollection()->getPageSize()==20): ?> selected="selected"<?php endif; ?>>20</option> <option value="30"<?php if($this->getCollection()->getPageSize()==30): ?> selected="selected"<?php endif; ?>>30</option> <option value="50"<?php if($this->getCollection()->getPageSize()==50): ?> selected="selected"<?php endif; ?>>50</option> <option value="100"<?php if($this->getCollection()->getPageSize()==100): ?> selected="selected"<?php endif; ?>>100</option> <option value="200"<?php if($this->getCollection()->getPageSize()==200): ?> selected="selected"<?php endif; ?>>200</option> <option value="500"<?php if($this->getCollection()->getPageSize()==500): ?> selected="selected"<?php endif; ?>>500</option> <option value="1000"<?php if($this->getCollection()->getPageSize()==1000): ?> selected="selected"<?php endif; ?>>1000</option> </select>
Đăng ký:
Bài đăng (Atom)