From 4a11cfcc3eae4e58c33f342b299c96f1592c3a78 Mon Sep 17 00:00:00 2001 From: Oscar Otero Date: Tue, 12 Aug 2014 12:14:02 +0200 Subject: [PATCH] Changes in the demo Changed all labels to camelCase, to match with the real properties name --- demo/index.php | 88 ++++++++++++++++++++++++++++---------------------- 1 file changed, 49 insertions(+), 39 deletions(-) diff --git a/demo/index.php b/demo/index.php index 2ed07c09..630c356d 100644 --- a/demo/index.php +++ b/demo/index.php @@ -74,6 +74,11 @@ color: black; text-decoration: none; } + table a { + color: inherit; + text-decoration: none; + font-size: inherit; + } button[type="submit"] { font-size: 1.6rem; font-weight: bold; @@ -132,23 +137,23 @@ function getResolverOption($name, $default = null)

Info options

- - - - - - - - - + + + + + + + + +

Request resolver options:

- - - - + + + +
@@ -202,92 +207,97 @@ function getResolverOption($name, $default = null) - + - + - + - - + + - + + + + + - + - - + + - + - + - + - - + + - + - + - + - - + + - + - + - + - +
Titletitle title; ?>
Descriptiondescription description; ?>
Imageimage image): ?> - image; ?> +
+ image; ?>
Image sizeimageWidth.' x '.$info->imageHeight; ?>imageWidthimageWidth; ?>
All imagesimageHeightimageHeight; ?>
images
images); ?>
Embed codecode code; ?>
code, ENT_IGNORE); ?>
Urlurl; ?>urlurl; ?>
Typetype type; ?>
Sourcesource source) { - echo $info->source; - echo ' / Test'; + echo ''.$info->source.''; + echo ' / Test'; } ?>
Author nameauthorName authorName; ?>
Author urlauthorUrl; ?>authorUrlauthorUrl; ?>
Provider iconproviderIcon providerIcon; ?>
All iconsproviderIcons
providerIcons); ?>
Provider nameproviderName providerName; ?>
Provider urlproviderUrl; ?>providerUrlproviderUrl; ?>
Widthwidth width; ?>
Heightheight height; ?>
Aspect ratioaspectRatio aspectRatio; ?>
Http request resultHttp request info