{"id":19148293,"url":"https://github.com/dmtrs/etooltip","last_synced_at":"2026-02-02T12:48:21.734Z","repository":{"id":1409169,"uuid":"1474447","full_name":"dmtrs/ETooltip","owner":"dmtrs","description":"Yii framework extension to support jQuery Tooltip.","archived":false,"fork":false,"pushed_at":"2011-03-13T17:47:21.000Z","size":158,"stargazers_count":4,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-22T20:31:14.246Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dmtrs.png","metadata":{"files":{"readme":"README","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2011-03-13T13:20:22.000Z","updated_at":"2015-08-04T20:24:10.000Z","dependencies_parsed_at":"2022-07-29T12:49:18.569Z","dependency_job_id":null,"html_url":"https://github.com/dmtrs/ETooltip","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/dmtrs/ETooltip","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dmtrs%2FETooltip","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dmtrs%2FETooltip/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dmtrs%2FETooltip/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dmtrs%2FETooltip/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dmtrs","download_url":"https://codeload.github.com/dmtrs/ETooltip/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dmtrs%2FETooltip/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262699914,"owners_count":23350393,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-09T07:53:37.337Z","updated_at":"2026-02-02T12:48:16.702Z","avatar_url":"https://github.com/dmtrs.png","language":null,"readme":"ETooltip\n--------\n- Version: 0.1\n- Author:  [Dimitrios Mengidis](http://www.github.com/dmtrs/)\n- jQuery:  [Tooltip](http://flowplayer.org/tools/demos/tooltip/index.html) \n\n###Install\n\nExtract the zip file under the extension folder and should look like.\n~~~\n    ./webapp/protected/extension/ETooltip\n~~~\n\n###Use\n\nIn your view file add your images\n~~~\n[html]\n\u003cdiv id=\"demo\"\u003e\n    \u003cimg src=\"http://static.flowplayer.org/tools/img/photos/1.jpg\"\n         title=\"A must have tool for designing better layouts and more intuitive user-interfaces.\"/\u003e\n    \u003cimg src=\"http://static.flowplayer.org/tools/img/photos/2.jpg\"\n         title=\"Tooltips can be positioned anywhere relative to the trigger element.\"/\u003e\n    \u003cimg src=\"http://static.flowplayer.org/tools/img/photos/3.jpg\"\n         title=\"Tooltips can contain any HTML such as links, images, forms, tables, etc.\"/\u003e\n    \u003cimg src=\"http://static.flowplayer.org/tools/img/photos/4.jpg\" style=\"margin-right:0px\"\n         title=\"There are many built-in show/hide effects and you can also make your own.\"/\u003e\n\u003c/div\u003e\n~~~\n\nAnd initialize the ETooltip widget\n\n~~~\n[php]\n\u003c?php\n    $this-\u003ewidget('ETooltip', array(\"selector\"=\u003e\"#demo img[title]\"));\n?\u003e\n~~~\n\n###Properties\n\nAvailable options of extensions:\n\n- selector, string, the jquery selector. **Required**\n- tooltip,  array,  the jquery tooltip plugin options. Optional\n- image,    string, the image file name for the backround (default: black\\_arrow.png ). Optional\n\n####**selector** property \n\n#####Form example\nThe magic **selector** is the only required property. I call it magic because it let you work with anything you like. So imagine instead of images\nthere was a form.\n~~~\n[html]\n\u003cform id=\"myform\"\u003e\n    \u003cinput type=\"textfield\" title=\"The username.\" /\u003e\n    \u003cinput type=\"textfield\" title=\"Password of user.\" /\u003e\n    \u003cinput type=\"submit\" title=\"Submit button.\" /\u003e\n\u003c/form\u003e\n~~~\nI can take a tooltip, with content the title attribute value, if you simple set selector to:\n\n~~~\n[php]\n...\n    \"selector\"=\u003e\"#myform :input\",\n...  \n~~~\n\n####**tooltip** property\n\nThe [tooltip configuration](http://flowplayer.org/tools/tooltip/index.html#configuration) can be initialized by tooltip attribute like:\n\n~~~\n[php]\n\u003c?php\n    $this-\u003ewidget('ETooltip', array(\"selector\"=\u003e\"#demo img[title]\",\n        \"tooltip\"=\u003earray(\n            \"opacity\"=\u003e1,\n            \"position\"=\u003e\"bottom center\",\n        ),\n    ));\n?\u003e    \n~~~\n\n####**image** property\n\nImage is the file name of the background image of the tooltip, as mentioned before. The image must be under the \n~~~\n    ./webapp/protected/extension/ETooltip/images/\n~~~\nwhere are all available images you can use.\n\n\n\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdmtrs%2Fetooltip","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdmtrs%2Fetooltip","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdmtrs%2Fetooltip/lists"}