Apps Home
|
My Uploads
|
Create an App
Image Panel Test
Author:
34235234
Description
Source Code
Launch App
Current Users
Created by:
34235234
App Images
var current_panel; var received; var goal; var total; var next_goal; var king_tipper; var king_tipper_amount; var whitespace = '\u2003'; cb.onDrawPanel(function(user) { 'use strict'; return current_panel; }); cb.onTip(function (tip) { 'use strict'; current_panel = { 'template': 'image_template', 'table': { 'row_1': { 'background-color': '#d5ebf8', 'col_1': { 'value': 'Received / Goal (Total):', 'text-align': 'right', 'color' : 'green', }, 'col_2': { 'value': whitespace + received + ' / ' + goal + ' (' + total + ')', 'text-align': 'left', }, }, 'row_2': { 'background-color': ' #f2f9fd', 'col_1': { 'value': 'Next Goal:', 'text-align': 'right', }, 'col_2': { 'value': whitespace + next_goal, 'text-align': 'left', 'font-style': 'italic', 'color': 'red', }, }, 'row_3': { 'background-color': '#d5ebf8', 'text-align': 'center', 'color': 'orange', 'col_1': { 'value': 'King Tipper: ' + king_tipper + ' ' + king_tipper_amount + ' tokens', }, }, }, }; cb.drawPanel(); });
© Copyright Chaturbate 2011- 2025. All Rights Reserved.