Help with atk4-web, atk4-example ver. 4.03 -
i don't can find help. none forums atk4. can me, please?
atk4-web (4.0.3):
how run atk4-web localy, site dump (mysql database)? mean error: no such tag (version) in template object agiletoolkitweb(agile_project). tags are: page_title, page_title#1, seo_keywords, seo_keywords#2, seo_descr, seo_descr#3, template, template#4, template#5, template#6, template#7, template#8, template#9, os, os#10, js_include, js_include#11, document_ready, document_ready#12, section, section#13, template#14, menu_about, menu_about#15, page, page#16, menu_doc, menu_doc#17, page#18, menu_develop, menu_develop#19, page#20, menu_services, menu_services#21, page#22, menu_download, menu_download#23, page#24, menu_blog, menu_blog#25, page#26, link_comparison, link_comparison#27, link_example, link_example#28, link_tour, link_tour#29, content, content#30, tabcontent, tabcontent#40
d:\www\atk4web\atk4\lib\smlite.php:341
atk4-example (4.0.3):
why page has not javascrip included, when allow ->check() in frontend? difference between empty.html , shared.html? empty.html:
shared.html:
- why got error when did change in empty.html to:
thanks.
agile toolkit uses template engine called 'smlite'. basic , allows load template, set tags value.
$tpl->tryset('mytag',123);
views in agile toolkit rely on template engine , try generate output , place inside parent's template. in case object instructed use spot did not exist in template.
read section adding here: http://agiletoolkit.org/doc/learn, should helpful.
there no need javascript on auth login form. bypasses of ui/functionality due security reasons. can either create own empty.html placing template/jui/empty.html (without atk4) , enable javascript in there.
also sequence of adding jui , executing auth->check() might change this, i'm not sure.
Comments
Post a Comment