Nástroje používateľa

Nástoje správy stránok


dev:omega:daily-operations:html5:xml-parse

Rozdiely

Tu môžete vidieť rozdiely medzi vybranou verziou a aktuálnou verziou danej stránky.

Odkaz na tento prehľad zmien

Both sides previous revision Previous revision
Next revision
Previous revision
dev:omega:daily-operations:html5:xml-parse [2015/07/29 16:04]
Michal Štens [FLASH]
dev:omega:daily-operations:html5:xml-parse [2015/07/29 17:20] (aktuálne)
Michal Štens [Flash]
Riadok 60: Riadok 60:
  
 {{:​dev:​omega:​daily-operations:​html5:​action.jpg|}} {{:​dev:​omega:​daily-operations:​html5:​action.jpg|}}
 +==== HTML5 ====
 +
 +===== Date =====
 +
 +<code xml>
 +<date top="​40"​ left="​50"​ dataId="​date_1438178700"​ height="​20"​ width="​80"​ />
 +</​code>​
 +
 +
 +==== Flash ====
 +
 +{{:​dev:​omega:​daily-operations:​html5:​date.jpg|}}
 +
 +==== HTML5 ====
 +
 +
 +===== Radio button =====
 +
 +<code xml space=4>
 +<​radioButton version="​3"​ dataId="​grp1"​ top="​25"​ left="​270"​ value="​v_2"​ shadow="​1"​ height="​15"​ width="​120">​
 +    <​label>​New radio button</​label>​
 +</​radioButton>​
 +</​code>​
 +
 +
 +==== Flash ====
 +
 +{{:​dev:​omega:​daily-operations:​html5:​radiobutton.jpg|}}
 +
 +
 +==== HTML5 ====
 +
 +
 +===== Input =====
 +
 +<code xml>
 +<​inputText top="​10"​ left="​60"​ dataId="​txt_1438179613"​ height="​18"​ width="​270"​ />
 +</​code>​
 +
 +
 +==== Flash ====
 +
 +{{:​dev:​omega:​daily-operations:​html5:​input.jpg|}}
 +
 +
 +==== HTML5 ====
 +
 +
 +===== Checkbox =====
 +
 +<code xml>
 +<​checkbox version="​3"​ top="​35"​ left="​285"​ dataId="​chk_1"​ shadow="​1"​ height="​15"​ width="​120">​
 +    <​label>​New checkbox</​label>​
 +</​checkbox>​
 +</​code>​
 +
 +
 +==== Flash ====
 +
 +{{:​dev:​omega:​daily-operations:​html5:​checkbox.jpg|}}
 +
 +==== HTML5 ====
 +
 +
 +===== Label =====
 +
 +<code xml>
 +<label showAs="​label"​ top="​10"​ left="​60"​ shadow="​1"​ height="​155"​ width="​175">​New Label</​label>​
 +</​code>​
 +
 +
 +==== Flash ====
 +
 +{{:​dev:​omega:​daily-operations:​html5:​label.jpg|}}
 +
 +==== HTML5 ====
 +
 +
 +===== Ractangle =====
 +
 +<code xml>
 +<​rectangle top="​10"​ left="​60"​ borderRadius="​6"​ backgroundColor="​16777215"​ height="​80"​ width="​100"​ />
 +</​code>​
 +
 +
 +==== Flash ====
 +
 +{{:​dev:​omega:​daily-operations:​html5:​ractangle.jpg|}}
 +
 +==== HTML5 ====
 +
 +===== MEDIC - Patient search =====
 +
 +<code xml>
 +<​medicSelectPatient top="​40"​ left="​60"​ dataId="​patient_1438181975"​ height="​20"​ width="​220"​ />
 +</​code>​
 +
 +==== Flash ====
 +
 +{{:​dev:​omega:​daily-operations:​html5:​patientstatus.jpg|}}
 +==== HTML5 ====
 +
 +
 +===== MEDIC - Segment status =====
 +
 +<code xml>
 +<​medicSegmentStatus top="​30"​ left="​55"​ reservationMode="​right_now"​ processType="​waiting_room"​ borderRadius="​6"​ shadow="​1"​ backgroundColor="​13434828"​ height="​50"​ width="​150">​
 +    <​inputEvent actionType="​create_reservation"​ mouse="​click"​ />
 +</​medicSegmentStatus>​
 +</​code>​
 +
 +==== Flash ====
 +
 +{{:​dev:​omega:​daily-operations:​html5:​segmentstatus.jpg|}}
 +==== HTML5 ====
 +
 +===== MEDIC - Slot info =====
 +
 +<code xml>
 +<​medicSlotInfo top="​10"​ left="​60"​ height="​180"​ width="​220"​ />
 +</​code>​
 +
 +==== Flash ====
 +
 +{{:​dev:​omega:​daily-operations:​html5:​info.jpg|}}
 +==== HTML5 ====
 +
 +===== MEDIC - Workplace Timeline =====
 +
 +<code xml>
 +<​medicWorkplaceTimeline top="​245"​ left="​70"​ height="​150"​ width="​200"​ />
 +</​code>​
 +
 +==== Flash ====
 +
 +{{:​dev:​omega:​daily-operations:​html5:​info.jpg|}}
 +
 +==== HTML5 ====
 +
 +===== MEDIC - Patient info =====
 +
 +<code xml>
 +<​medicPatientInfo top="​50"​ left="​445"​ height="​180"​ width="​220"​ />
 +</​code>​
 +
 +==== Flash ====
 +
 +{{:​dev:​omega:​daily-operations:​html5:​info.jpg|}}
 +
 ==== HTML5 ==== ==== HTML5 ====
dev/omega/daily-operations/html5/xml-parse.1438178641.txt.gz · Posledná úprava: 2015/07/29 16:04 od Michal Štens