jmohler1970 / BS-4-CF

Bootstrap tags for Adobe ColdFusion
MIT License
2 stars 2 forks source link

Ajax support #76

Closed jmohler1970 closed 8 years ago

jmohler1970 commented 8 years ago

Various tags should have documentation to show AJAX support.

Eldarion does it via data- tags. BS-3-CF does not actually have any specific content.

See: https://github.com/eldarion/eldarion-ajax

jmohler1970 commented 8 years ago

b:commandLink should have an attribute called ajax which can equal get or post

data-append if it is not blank, will create a data tag. This will be noted in the documentation only. There is nothing to implement

data-refresh if it is not blank, will create a data tag. This will be noted in the documentation only. There is nothing to implement

data-replace

data-cancel-closest if it is not blank, will create a data tag. This will be noted in the documentation only. There is nothing to implement

jmohler1970 commented 8 years ago

The form version does not require anything because, we don't wrap the form

jmohler1970 commented 8 years ago

This needs to be divided into FW/1 returning AJAX Stand alone file

Make sure to not break <b:pull>

jmohler1970 commented 8 years ago

Done