This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
dev:skeleton:draft [2013/07/29 04:00] Alia |
dev:skeleton:draft [2013/07/30 13:34] (current) |
||
---|---|---|---|
Line 175: | Line 175: | ||
<code> | <code> | ||
+ | name: название и аватрка того кто залогинен.( sender) | ||
name: "Newsfeed Item Content". type "text input".required. | name: "Newsfeed Item Content". type "text input".required. | ||
- | name: "Add Image". type "file". button name: "Browse". optional | + | name: "Place on:". type "select-box". val1=Dashboard Newsfeed val2=Index Newsfeed. val3=Profile Newsfeed. required |
- | name: "Place on:". type "select-box". val1=Dashboard Newsfeed val2=Index Newsfeed. required | + | name: "Add entry". type "Submit". |
- | name: "Add". type "Submit". | + | |
- | name: table name "Created Newsfeed Items". number of cols=2, number of rows=min 1 | + | |
- | col1=" Item Content". col2= Actions ( delete). | + | |
</code> | </code> | ||
- | * Если не все поля заполнены при сабмите выводить нотис "Fill in the form properly". | + | * Если все заполнено правильно вывести нотис "You have successfully added newsfeed item added to {$ место тут}". |
- | * Если все заполнено правильно вывести нотис "You have successfully added newsfeed item". | ||
- | |||
- | как добавить новый айтем в ньюсфид. | ||
==Widgets== | ==Widgets== | ||
URL: /skeleton/widgets | URL: /skeleton/widgets | ||
Line 202: | Line 197: | ||
==Floatbox== | ==Floatbox== | ||
URL: /skeleton/floatbox | URL: /skeleton/floatbox | ||
+ | |||
+ | |||
<code> | <code> | ||
- | name: "Send Private Message". type: "button". on click>>open Floatbox form. | + | text: "This is a component" |
- | Floatbox form: | + | |
- | name: "Floatbox Header", type: "text-input". invitation label: "New private message". | + | |
- | name: "To",{$user_real_name} | + | |
- | name: "Subject", type: "text input". required. | + | |
- | name: "Text", type: "text-area". required. | + | |
- | name: "Attach", type: "file". optional. | + | |
- | name: "Send", type: "submit". | + | |
- | </code> | + | |
- | + | ||
- | *Если письмо было отправлено успешно то display notice. notice text: "Your message was sent successfully" и закрыть floatbox. | + | |
- | *Если не все обязательеые поля были заполнены display notice: notice text: "Fill in the form properly". | + | button: "Reload me", after click text changes to "Component has been reloaded via ajax" |
+ | button: "Close floatbox" | ||
+ | |||
+ | </code> | ||
+ | |||
==Ping request== | ==Ping request== | ||
Line 230: | Line 221: | ||
<code> | <code> | ||
- | name: "Account type". type: auto. {$display_list_of_existing_account_types}. | + | |
- | name: "Question name". type: "text-input". required | + | name: "Username", type: text, value |
- | name: "Add Values. One per line". type "text-input". required | + | name: "Gender", type: radio, selected value |
- | name: "Display question on". type "select-box". val1=Profile view val2=Profile Edit val3=User List. required | + | name: "Birthday", type: date (birthday), selected value |
- | name: "Create". type: "submit". | + | |
- | name: table name "Created Profile questions. number of rows=min1, cols=2 | + | name: "Save" |
- | col1=" Question name". col2= Actions (delete, edit). | + | |
</code> | </code> | ||
- | *Если не все обязательные поля заполнены вывести ностиc "Fill in the form properly". | ||
| | ||
==ACL== | ==ACL== | ||
Line 245: | Line 235: | ||
URL: /skeleton/access_level | URL: /skeleton/access_level | ||
- | <code> | + | Описать метод проверки action для текущего юзера |
- | name: "Widget name". type: "text-input". invitation label "News". | + | |
- | name: " Place widget on page:". type "select box". val1=index/mail, val2=dashboard, val3=user profile | + | Описать метод проверки для модератора |
- | name: "Visible for". type: "multi select box". val1=guest users, val2={$existing_user_role_1}, | + | |
- | val2={existing_user_role2}...valN={$last_existing_user_role_N}. | + | Описать метод добавления action при установке плагина |
- | name: "Add". type: "submit". | + | |
- | </code> | + | |
- | access...level . управление пермишенами.создавание новых сервисов и считывание пермишенов | ||
==Admin Settings== | ==Admin Settings== | ||
URL: /skeleton/admin_settings/ | URL: /skeleton/admin_settings/ | ||
Line 263: | Line 251: | ||
name: "Configuration URL". not editable. Заметка: cгенерить и отобразить УРЛ admin/skeleton | name: "Configuration URL". not editable. Заметка: cгенерить и отобразить УРЛ admin/skeleton | ||
/{$selected_menu_item_name}/configuration_name | /{$selected_menu_item_name}/configuration_name | ||
- | name: "Upload your php code:". type: "file". required. Ex: | + | name: "Upload your php code:". type: "file". required. Ex: СONFIG type . select box с типами.( узнать у девелоперов). и если юзер выбирает малтипль значение то попросить ввести возможные значения. |
- | name: "Upload your html code:". type: "file". required. Ex: | + | |
name: "Add". type "submit". | name: "Add". type "submit". | ||
name: "Created Configurations". type: "Table". number of cols=2, number of rows=min1 | name: "Created Configurations". type: "Table". number of cols=2, number of rows=min1 | ||
- | col1=Configuration name, col2=Actions (delete, edit). | + | col1=Configuration name, col2=Actions (delete). |
</code> | </code> | ||
+ | для зарифа. конфига обязательно должан появиться в сетингах плагина Skeleton. | ||
*Если поля какое то из обязательных полей не было заполнено display notice: "Fill in the form properly". | *Если поля какое то из обязательных полей не было заполнено display notice: "Fill in the form properly". | ||