![]() |
eFinancialPlanner
V1.0 (proof of concept)
Personal Financial Planning based on Maslowian Portfolio Theory
|
Functions | |
| void | bs_modal (string title, string content, string id="myModal", string b1_text="", string b1_url="") |
| void | bs_navbar_start () |
| void | bs_navbar_item (string my_text="", string my_url="#", bool is_active=false) |
| void | bs_navbar_end () |
| void | bs_navbar_end1 () |
| void | bs_navbar_end2 () |
|
inline |
bs_modal
bootstrap::modal –> generates a modal box within the bootstrap framework
Definition at line 17 of file bootstrap.namespace.cpp.
|
inline |
bs_navbar_end
closes the environment in which the nav-bar can be put
Definition at line 89 of file bootstrap.namespace.cpp.
|
inline |
bs_navbar_end1
closes the environment in which the nav-bar can be put
Definition at line 69 of file bootstrap.namespace.cpp.
|
inline |
bs_navbar_end2
closes the environment in which the nav-bar can be put
Definition at line 78 of file bootstrap.namespace.cpp.
|
inline |
bs_navbar_item
shows one item in a navigation bar
Definition at line 99 of file bootstrap.namespace.cpp.
|
inline |
bs_navbar_start
opens the environment in which the nav-bar can be p
Definition at line 44 of file bootstrap.namespace.cpp.