ผลต่างระหว่างรุ่นของ "Openerp/histest3"

จาก Theory Wiki
ไปยังการนำทาง ไปยังการค้นหา
แถว 3: แถว 3:
  
 
'''ก่อนเริ่ม:''' ดาวน์โหลดโค้ด [http://theory.cpe.ku.ac.th/~jittat/openerp/histest.zip histest.zip] จากครั้งก่อน
 
'''ก่อนเริ่ม:''' ดาวน์โหลดโค้ด [http://theory.cpe.ku.ac.th/~jittat/openerp/histest.zip histest.zip] จากครั้งก่อน
 +
 +
=== histest.js ===
 +
 +
<syntaxhighlight lang="javascript">
 +
openerp.histest = function(instance) {
 +
 +
    openerp.histest.message(instance);
 +
    openerp.histest.patient(instance);
 +
   
 +
    instance.web.client_actions.add('histest.indexAction',
 +
                                    'instance.histest.indexAction');
 +
 +
};
 +
</syntaxhighlight>
  
 
== Responsive CSS ==
 
== Responsive CSS ==

รุ่นแก้ไขเมื่อ 02:51, 3 เมษายน 2557

หน้านี้รวมข้อมูลสำหรับการทดสอบการพัฒนาระบบด้วย OpenERP

การแยกโค้ด javascript เป็นส่วน

ก่อนเริ่ม: ดาวน์โหลดโค้ด histest.zip จากครั้งก่อน

histest.js

openerp.histest = function(instance) {

    openerp.histest.message(instance);
    openerp.histest.patient(instance);
    
    instance.web.client_actions.add('histest.indexAction',
                                    'instance.histest.indexAction');

};

Responsive CSS

เนื้อหาช่วงบ่าย

เอกสารครั้งก่อน ๆ