ผลต่างระหว่างรุ่นของ "Openerp/histest3"
ไปยังการนำทาง
ไปยังการค้นหา
Jittat (คุย | มีส่วนร่วม) |
Jittat (คุย | มีส่วนร่วม) |
||
แถว 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
เนื้อหาช่วงบ่าย
เอกสารครั้งก่อน ๆ
- โค้ดสำหรับการทดสอบครั้งที่ 1 วันที่ 27 มี.ค. 2557 - เกี่ยวกับ web module และการเรียก message