JSFiddle - React, Tailwind, and code Playground

by clink

HTML

$app = JFactory::getApplication();
		$jinput = JFactory::getApplication()->input;
		echo '<pre />';
		print_r($app);
		die;

JavaScript

JAdministrator Object
(
    [_clientId:protected] => 1
    [_messageQueue:protected] => Array
        (
        )

    [_name:protected] => administrator
    [scope] => com_modules
    [requestTime] => 2015-04-09 05:51
    [startTime] => 1428558696.7765
    [input] => JInput Object
        (
            [options:protected] => Array
                (
                )

            [filter:protected] => JFilterInput Object
                (
                    [tagsArray] => Array
                        (
                        )

                    [attrArray] => Array
                        (
                        )

                    [tagsMethod] => 0
                    [attrMethod] => 0
                    [xssAuto] => 1
                    [tagBlacklist] => Array
                        (
                            [0] => applet
                            [1] => body
                            [2] => bgsound
                            [3] => base
                            [4] => basefont
                            [5] => embed
                            [6] => frame
                            [7] => frameset
                            [8] => head
                            [9] => html
                            [10] => id
                            [11] => iframe
                            [12] => ilayer
                            [13] => layer
                            [14] => link
                            [15] => meta
                            [16] => name
                            [17] => object
                            [18] => script
                            [19] => style
                            [20] => title
                            [21] => xml
                        )

                    [attrBlacklist] => Array
                        (
                            [0] => action
                            [1] => background
                            [2] => codebase
                            [3] =>...