Note: You are currently viewing documentation for Moodle 3.7. Up-to-date documentation for the latest stable version of Moodle may be available here: Database templates.

Database templates: Difference between revisions

From MoodleDocs
No edit summary
mNo edit summary
Line 21: Line 21:
mod/data/templates.php?d=1&mode=rsstemplate
mod/data/templates.php?d=1&mode=rsstemplate


 
== CSS template tab ==
Defines local CSS styles for the other templates
How is stuff being saved? And, wouldn't an existing CSS pre-loaded by nice? Hand coding CSS? Copy and paste?
mod/data/templates.php?d=1&mode=csstemplate


== stuff ==
== stuff ==
Line 28: Line 31:


I personally think each.php should have its own help page...--[[User:Dennis Daniels|Dennis Daniels]] 16:14, 25 May 2006 (WST)
I personally think each.php should have its own help page...--[[User:Dennis Daniels|Dennis Daniels]] 16:14, 25 May 2006 (WST)
AJAX anyone? Seems like a great place for it... :)


{{stub}}
{{stub}}
[[Category:Teacher]]
[[Category:Teacher]]

Revision as of 08:23, 25 May 2006

Template:Databases


list template tab

Defines browsing interface for multiple entries

mod/data/templates.php?d=1&mode=listtemplate

single template tab

Defines browsing interface for a single entry.

add template tab

Defines the interface when editing entries What does the reset template do? No challenge before resetting so be careful...

and HOW are the tags used?--Dennis Daniels 16:19, 25 May 2006 (WST)

RSS template tab

Defines appearance of entries in RSS feeds

mod/data/templates.php?d=1&mode=rsstemplate

CSS template tab

Defines local CSS styles for the other templates How is stuff being saved? And, wouldn't an existing CSS pre-loaded by nice? Hand coding CSS? Copy and paste? mod/data/templates.php?d=1&mode=csstemplate

stuff

Can't tell how or where the templates are being saved or what the tags do.--Dennis Daniels 16:16, 25 May 2006 (WST)

I personally think each.php should have its own help page...--Dennis Daniels 16:14, 25 May 2006 (WST)

AJAX anyone? Seems like a great place for it... :)