Jump to content

Translations:Kexi/Tutorials/Drilling Down on Facebook Data/44/uk: Difference between revisions

From KDE UserBase Wiki
Yurchor (talk | contribs)
Created page with "<br style="clear: both" /> Це доволі простий скрипт: маємо об'єкт із назвою detail, що містить функцію OnRender, яку..."
 
(No difference)

Latest revision as of 16:22, 7 June 2019

Information about message (contribute)
This message has no documentation. If you know where or how this message is used, you can help other translators by adding documentation to this message.
Message definition (Kexi/Tutorials/Drilling Down on Facebook Data)
<br style="clear: both" />
This is quite a simple script, there is an object called detail, containing a function OnRender, which will be called whenever a detail section is rendered. The function keeps track of how many times it has need called, and alternates the background colour. The final line of the script associates the detail function with the detail section of the report.


Це доволі простий скрипт: маємо об'єкт із назвою detail, що містить функцію OnRender, яку буде викликано кожного разу, коли слід буде показати розділ подробиць. Функція стежить за тим, скільки разів її викликали, і змінює колір тла. Останній рядок скрипту пов'язує функцію detail із розділом подробиць звіту.